#557447

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

Shades of Fern Green #557447

Tints of Fern Green #557447

Color information

#557447 (or 0x557447) is unknown color: approx Fern Green. HEX triplet: 55, 74 and 47. RGB value is (85,116,71). Sum of RGB (Red+Green+Blue) = 85+116+71=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #557447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557447 is #AA8BB8. Grayscale: #656565. Windows color (decimal): -11176889 or 4682837. OLE color: 4682837.

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

Color convert

RGB8511671-
CMYK0.2700.390.55
HSL101.33º24.06%36.67%-
HSV(B)101.33º38.79%45.49%-
XYZ11.1314.888.25-
YUV101.6110.73116.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=31.25%
G=42.65%
B=26.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116710.2700.390.55101.3324.0636.67
Hex5574471B02737651825
Octal12516410733047671453045
Binary101010111101001000111110110100111110111110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557447; }

 p { color: rgb(85,116,71); }

 H1.HeaderClassName
 {
   color: #557447;
 }
 .AnyTagClassName
 {
   color: #557447;
 }
</style>
background-color css

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

 a { background-color: rgb(85,116,71); }

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

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

 span { border-color: rgb(85,116,71); }

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