#557842

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

Shades of Fern Green #557842

Tints of Fern Green #557842

Color information

#557842 (or 0x557842) is unknown color: approx Fern Green. HEX triplet: 55, 78 and 42. RGB value is (85,120,66). Sum of RGB (Red+Green+Blue) = 85+120+66=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #557842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557842 is #AA87BD. Grayscale: #676767. Windows color (decimal): -11175870 or 4356181. OLE color: 4356181.

HSL color Cylindrical-coordinate representation of color #557842: hue angle of 98.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557842 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB8512066-
CMYK0.2900.450.53
HSL98.89º29.03%36.47%-
HSV(B)98.89º45%47.06%-
XYZ11.4515.767.59-
YUV103.38106.9114.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=31.37%
G=44.28%
B=24.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120660.2900.450.5398.8929.0336.47
Hex5578421D02D35631d24
Octal12517010235055651433544
Binary101010111110001000010111010101101110101110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557842; }

 p { color: rgb(85,120,66); }

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

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

 a { background-color: rgb(85,120,66); }

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

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

 span { border-color: rgb(85,120,66); }

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