Html Css Color HEX #558444 Fern Green

📋 copy color: '#558444'

red 85 ◦ green 132 ◦ blue 68

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

Shades of Fern Green #558444

Tints of Fern Green #558444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.86%

R = 29.82%
G = 46.32%
B = 23.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#558444 (or 0x558444) is known color: Fern Green. HEX triplet: 55, 84 and 44. RGB value is (85,132,68). Sum of RGB (Red+Green+Blue) = 85+132+68=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #558444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558444 is #AA7BBB. Grayscale: #6E6E6E. Windows color (decimal): -11172796 or 4490325. OLE color: 4490325.

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

Color convert

RGB 85 132 68 -
CMYK 0.36 0 0.48 0.48
HSL 104.06º 0.32% 0.39% -
HSV(B) 104.06º 0.48% 0.52% -
XYZ 13.04 18.85 8.42 -
YUV 110.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 85 132 68 0.36 0 0.48 0.48 104.06 0.32 0.39
Hex 55 84 44 24 0 30 30 68 20 27
Octal 125 204 104 44 0 60 60 150 40 47
Binary 1010101 10000100 1000100 100100 0 110000 110000 1101000 100000 100111

Color Harmonies of #558444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558444

Black with #558444

Text Example


Text Example

White with #558444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558444; }

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

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

background-color css

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

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

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

border-color css

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

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

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