#559340

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

Shades of Fern Green #559340

Tints of Fern Green #559340

Color information

#559340 (or 0x559340) is unknown color: approx Fern Green. HEX triplet: 55, 93 and 40. RGB value is (85,147,64). Sum of RGB (Red+Green+Blue) = 85+147+64=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #559340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559340 is #AA6CBF. Grayscale: #777777. Windows color (decimal): -11168960 or 4232021. OLE color: 4232021.

HSL color Cylindrical-coordinate representation of color #559340: hue angle of 104.82º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559340 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB8514764-
CMYK0.4200.560.42
HSL104.82º39.34%41.37%-
HSV(B)104.82º56.46%57.65%-
XYZ15.1123.178.53-
YUV11996.96103.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=28.72%
G=49.66%
B=21.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147640.4200.560.42104.8239.3441.37
Hex5593402A0382A692729
Octal12522310052070521514751
Binary101010110010011100000010101001110001010101101001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559340; }

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

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

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

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

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

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

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

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