#557346

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

Shades of Fern Green #557346

Tints of Fern Green #557346

Color information

#557346 (or 0x557346) is unknown color: approx Fern Green. HEX triplet: 55, 73 and 46. RGB value is (85,115,70). Sum of RGB (Red+Green+Blue) = 85+115+70=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #557346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557346 is #AA8CB9. Grayscale: #656565. Windows color (decimal): -11177146 or 4617045. OLE color: 4617045.

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

Color convert

RGB8511570-
CMYK0.2600.390.55
HSL100º24.32%36.27%-
HSV(B)100º39.13%45.1%-
XYZ10.9814.638.04-
YUV100.9110.56116.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=31.48%
G=42.59%
B=25.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115700.2600.390.5510024.3236.27
Hex5573461A02737641824
Octal12516310632047671443044
Binary101010111100111000110110100100111110111110010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557346; }

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

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

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

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

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

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

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

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