#557940

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

Shades of Fern Green #557940

Tints of Fern Green #557940

Color information

#557940 (or 0x557940) is unknown color: approx Fern Green. HEX triplet: 55, 79 and 40. RGB value is (85,121,64). Sum of RGB (Red+Green+Blue) = 85+121+64=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #557940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557940 is #AA86BF. Grayscale: #676767. Windows color (decimal): -11175616 or 4225365. OLE color: 4225365.

HSL color Cylindrical-coordinate representation of color #557940: hue angle of 97.89º degrees, saturation: 0.31, 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 #557940 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB8512164-
CMYK0.3000.470.53
HSL97.89º30.81%36.27%-
HSV(B)97.89º47.11%47.45%-
XYZ11.5115.987.33-
YUV103.74105.57114.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=31.48%
G=44.81%
B=23.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121640.3000.470.5397.8930.8136.27
Hex5579401E02F35621f24
Octal12517110036057651423744
Binary101010111110011000000111100101111110101110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557940; }

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

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

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

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

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

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

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

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