#557840

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

Shades of Fern Green #557840

Tints of Fern Green #557840

Color information

#557840 (or 0x557840) is unknown color: approx Fern Green. HEX triplet: 55, 78 and 40. RGB value is (85,120,64). Sum of RGB (Red+Green+Blue) = 85+120+64=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #557840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557840 is #AA87BF. Grayscale: #676767. Windows color (decimal): -11175872 or 4225109. OLE color: 4225109.

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

Color convert

RGB8512064-
CMYK0.2900.470.53
HSL97.5º30.43%36.08%-
HSV(B)97.5º46.67%47.06%-
XYZ11.3915.737.29-
YUV103.15105.9115.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=31.60%
G=44.61%
B=23.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120640.2900.470.5397.530.4336.08
Hex5578401D02F35621e24
Octal12517010035057651423644
Binary101010111110001000000111010101111110101110001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557840; }

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

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

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

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

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

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

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

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