Html Css Color HEX #557249 Fern Green

📋 copy color: '#557249'

red 85 ◦ green 114 ◦ blue 73

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

Shades of Fern Green #557249

Tints of Fern Green #557249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

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

R = 31.25%
G = 41.91%
B = 26.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#557249 (or 0x557249) is known color: Fern Green. HEX triplet: 55, 72 and 49. RGB value is (85,114,73). Sum of RGB (Red+Green+Blue) = 85+114+73=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #557249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557249 is #AA8DB6. Grayscale: #646464. Windows color (decimal): -11177399 or 4813397. OLE color: 4813397.

HSL color Cylindrical-coordinate representation of color #557249: hue angle of 102.44º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557249 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 73 -
CMYK 0.25 0 0.36 0.55
HSL 102.44º 0.22% 0.37% -
HSV(B) 102.44º 0.36% 0.45% -
XYZ 10.97 14.45 8.51 -
YUV 100.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 85 114 73 0.25 0 0.36 0.55 102.44 0.22 0.37
Hex 55 72 49 19 0 24 37 66 16 25
Octal 125 162 111 31 0 44 67 146 26 45
Binary 1010101 1110010 1001001 11001 0 100100 110111 1100110 10110 100101

Color Harmonies of #557249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557249

Black with #557249

Text Example


Text Example

White with #557249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557249; }

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

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

background-color css

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

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

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

border-color css

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

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

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