#557349

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

Shades of Fern Green #557349

Tints of Fern Green #557349

Color information

#557349 (or 0x557349) is unknown color: approx Fern Green. HEX triplet: 55, 73 and 49. RGB value is (85,115,73). Sum of RGB (Red+Green+Blue) = 85+115+73=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #557349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557349 is #AA8CB6. Grayscale: #656565. Windows color (decimal): -11177143 or 4813653. OLE color: 4813653.

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

Color convert

RGB8511573-
CMYK0.2600.370.55
HSL102.86º22.34%36.86%-
HSV(B)102.86º36.52%45.1%-
XYZ11.0814.678.55-
YUV101.24112.06116.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=31.14%
G=42.12%
B=26.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115730.2600.370.55102.8622.3436.86
Hex5573491A02537671625
Octal12516311132045671472645
Binary101010111100111001001110100100101110111110011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557349; }

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

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

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

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

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

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

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

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