Html Css Color HEX #558542 Fern Green

📋 copy color: '#558542'

red 85 ◦ green 133 ◦ blue 66

#558542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #558542

Tints of Fern Green #558542

RGB

 RED value IS 85 (33.59% from 255) = 29.93%

 GREEN value IS 133 (52.34% from 255) = 46.83%

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 29.93%
G = 46.83%
B = 23.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#558542 (or 0x558542) is known color: Fern Green. HEX triplet: 55, 85 and 42. RGB value is (85,133,66). Sum of RGB (Red+Green+Blue) = 85+133+66=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #558542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558542 is #AA7ABD. Grayscale: #6F6F6F. Windows color (decimal): -11172542 or 4359509. OLE color: 4359509.

HSL color Cylindrical-coordinate representation of color #558542: hue angle of 102.99º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558542 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 66 -
CMYK 0.36 0 0.50 0.48
HSL 102.99º 0.34% 0.39% -
HSV(B) 102.99º 0.5% 0.52% -
XYZ 13.12 19.1 8.15 -
YUV 111.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 85 133 66 0.36 0 0.50 0.48 102.99 0.34 0.39
Hex 55 85 42 24 0 32 30 67 22 27
Octal 125 205 102 44 0 62 60 147 42 47
Binary 1010101 10000101 1000010 100100 0 110010 110000 1100111 100010 100111

Color Harmonies of #558542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558542

Black with #558542

Text Example


Text Example

White with #558542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558542; }

 p { color: rgb(85,133,66); }

 H1.HeaderClassName
 {
   color: #558542;
 }
 .AnyTagClassName
 {
   color: #558542;
 }
</style>

background-color css

<style>
 a { background-color: #558542; }

 a { background-color: rgb(85,133,66); }

 div.DivClassName
 {
   background-color: #558542;
 }
 .BgClassName
 {
   background-color: #558542;
 }
</style>

border-color css

<style>
 span { border-color: #558542; }

 span { border-color: rgb(85,133,66); }

 td.TdClassName
 {
   border-color: #558542;
 }
 .TagClassName
 {
   border-color: #558542;
 }
</style>