HEX: #4CA35A
RGB: (76,163,90)
#4CA35A enthält hauptsächlich grüne Farbe. Für #4CA35A ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #4CA35A wird in RGB als (76,163,90) definiert.
RGB: (76,163,90)
(30%, 64%, 35%)
R 76 von 255 = 30%
G 163 von 255 = 64%
B 90 von 255 = 35%
R + G + B ~ 43%. #4CA35A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 76 + 163 + 90 = 329 (100%)
R 76 von 329 ~ 23.1%
G 163 von 329 ~ 49.54%
B 90 von 329 ~ 27.36'%
Die Farbe #4CA35A wird in CMYK als (53,0,45,36) definiert.
CMYK: (53,0,45,36)
C53M0Y45K36 (53%, 0%, 45%, 36%)
(0.53 / 0.00 / 0.45 / 0.36)
Farbe #4CA35A in den populären Farbmodellen.
4C | A3 | 5A | |
---|---|---|---|
RGB | 76 | 163 | 90 |
HSL | 130° | 36.40% | 46.86% |
HSB/HSV | 130° | 53.37% | 63.92% |
CMYK | 53.37% | 0.00% | 44.79% |
36.08% |
Die Farbe #4CA35A in den populären Zahlensystemen.
Hexadezimal | 4C | A3 | 5A |
Dezimal | 76 | 163 | 90 |
Binär | 1001100 | 10100011 | 1011010 |
Oktal | 114 | 243 | 132 |
Dunkle Töne der Farbe #4CA35A
Helle Töne der Farbe #4CA35A
Beispiele css- und html für Elemente in der Farbe #4CA35A. Bitte benutzen Sie auch rgb(76,163,90) statt hex-Code.
.myTextColor { color: #4CA35A; }
<p style="color:#4CA35A">This sample text font color is #4CA35A.</p>
Die Farbe dieses Textes ist #4CA35A.
.myBgColor { background-color: #4CA35A; }
<div style="background-color:#4CA35A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4CA35A.
.myBorderColor { border: 1px solid #4CA35A; }
<div style="border:3px solid #4CA35A">Div</div>
Die Grenzen von diesem div sind in Farbe #4CA35A.
.myOpacity80 { color: #4CA35A; opacity: 0.8; }
<p style="color:#4CA35A;opacity:0.8;">80%</p>
Text in Farbe #4CA35A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CA35A;}
<p style="text-shadow: 3px 3px 1px #4CA35A">Text here.</p>
Dieser Text hat den Schatten in Farbe #4CA35A.
.textShadow {text-shadow: 3px 3px 1px #4CA35A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CA35A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4CA35A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CA35A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CA35A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CA35A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CA35A;
-webkit-box-shadow: 1px 1px 3px 2px #4CA35A;
box-shadow: 1px 1px 3px 2px #4CA35A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CA35A; -webkit-box-shadow: 1px 1px 3px 2px #4CA35A; box-shadow:1px 1px 3px 2px #4CA35A;">
Div content here
</div>
Dieser Text ist in der Farbe #4CA35A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4CA35A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4CA35A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4CA35A.
Kontrastfarbe für #hex ist #B35CA5.