#557444

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

Shades of Fern Green #557444

Tints of Fern Green #557444

Color information

#557444 (or 0x557444) is unknown color: approx Fern Green. HEX triplet: 55, 74 and 44. RGB value is (85,116,68). Sum of RGB (Red+Green+Blue) = 85+116+68=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #557444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557444 is #AA8BBB. Grayscale: #656565. Windows color (decimal): -11176892 or 4486229. OLE color: 4486229.

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

Color convert

RGB8511668-
CMYK0.2700.410.55
HSL98.75º26.09%36.08%-
HSV(B)98.75º41.38%45.49%-
XYZ11.0414.847.75-
YUV101.26109.23116.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=31.60%
G=43.12%
B=25.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116680.2700.410.5598.7526.0936.08
Hex5574441B02937631a24
Octal12516410433051671433244
Binary101010111101001000100110110101001110111110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557444; }

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

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

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

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

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

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

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

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