#557446

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

Shades of Fern Green #557446

Tints of Fern Green #557446

Color information

#557446 (or 0x557446) is unknown color: approx Fern Green. HEX triplet: 55, 74 and 46. RGB value is (85,116,70). Sum of RGB (Red+Green+Blue) = 85+116+70=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #557446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557446 is #AA8BB9. Grayscale: #656565. Windows color (decimal): -11176890 or 4617301. OLE color: 4617301.

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

Color convert

RGB8511670-
CMYK0.2700.400.55
HSL100.43º24.73%36.47%-
HSV(B)100.43º39.66%45.49%-
XYZ11.114.868.08-
YUV101.49110.23116.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=31.37%
G=42.80%
B=25.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116700.2700.400.55100.4324.7336.47
Hex5574461B02837641924
Octal12516410633050671443144
Binary101010111101001000110110110101000110111110010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557446; }

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

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

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

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

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

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

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

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