Html Css Color HEX #558442 Fern Green

📋 copy color: '#558442'

red 85 ◦ green 132 ◦ blue 66

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

Shades of Fern Green #558442

Tints of Fern Green #558442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

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

R = 30.04%
G = 46.64%
B = 23.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#558442 (or 0x558442) is known color: Fern Green. HEX triplet: 55, 84 and 42. RGB value is (85,132,66). Sum of RGB (Red+Green+Blue) = 85+132+66=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #558442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558442 is #AA7BBD. Grayscale: #6E6E6E. Windows color (decimal): -11172798 or 4359253. OLE color: 4359253.

HSL color Cylindrical-coordinate representation of color #558442: hue angle of 102.73º degrees, saturation: 0.33, 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 #558442 is Cyan = 0.36, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 66 -
CMYK 0.36 0 0.5 0.48
HSL 102.73º 0.33% 0.39% -
HSV(B) 102.73º 0.5% 0.52% -
XYZ 12.98 18.83 8.1 -
YUV 110.42 102.93 109.87 -
System Red Green Blue C M Y K H S L
Decimal 85 132 66 0.36 0 0.5 0.48 102.73 0.33 0.39
Hex 55 84 42 24 0 32 30 67 21 27
Octal 125 204 102 44 0 62 60 147 41 47
Binary 1010101 10000100 1000010 100100 0 110010 110000 1100111 100001 100111

Color Harmonies of #558442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558442

Black with #558442

Text Example


Text Example

White with #558442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558442; }

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

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

background-color css

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

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

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

border-color css

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

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

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