#557249

Color #557249 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #557249

Tints of Fern Green #557249

Color information

#557249 (or 0x557249) is unknown color: approx 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

RGB8511473-
CMYK0.2500.360.55
HSL102.44º21.93%36.67%-
HSV(B)102.44º35.96%44.71%-
XYZ10.9714.458.51-
YUV100.66112.39116.83-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114730.2500.360.55102.4421.9336.67
Hex5572491902437661625
Octal12516211131044671462645
Binary101010111100101001001110010100100110111110011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>