Html Css Color HEX #558449 Fern Green

📋 copy color: '#558449'

red 85 ◦ green 132 ◦ blue 73

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

Shades of Fern Green #558449

Tints of Fern Green #558449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 29.31%
G = 45.52%
B = 25.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#558449 (or 0x558449) is known color: Fern Green. HEX triplet: 55, 84 and 49. RGB value is (85,132,73). Sum of RGB (Red+Green+Blue) = 85+132+73=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #558449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558449 is #AA7BB6. Grayscale: #6F6F6F. Windows color (decimal): -11172791 or 4818005. OLE color: 4818005.

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

Color convert

RGB 85 132 73 -
CMYK 0.36 0 0.45 0.48
HSL 107.8º 0.29% 0.4% -
HSV(B) 107.8º 0.45% 0.52% -
XYZ 13.2 18.91 9.26 -
YUV 111.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 85 132 73 0.36 0 0.45 0.48 107.8 0.29 0.4
Hex 55 84 49 24 0 2D 30 6C 1D 28
Octal 125 204 111 44 0 55 60 154 35 50
Binary 1010101 10000100 1001001 100100 0 101101 110000 1101100 11101 101000

Color Harmonies of #558449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558449

Black with #558449

Text Example


Text Example

White with #558449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558449; }

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

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

background-color css

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

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

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

border-color css

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

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

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