#559940

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

Shades of Glade Green #559940

Tints of Glade Green #559940

Color information

#559940 (or 0x559940) is unknown color: approx Glade Green. HEX triplet: 55, 99 and 40. RGB value is (85,153,64). Sum of RGB (Red+Green+Blue) = 85+153+64=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #559940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559940 is #AA66BF. Grayscale: #7A7A7A. Windows color (decimal): -11167424 or 4233557. OLE color: 4233557.

HSL color Cylindrical-coordinate representation of color #559940: hue angle of 105.84º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559940 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB8515364-
CMYK0.4400.580.4
HSL105.84º41.01%42.55%-
HSV(B)105.84º58.17%60%-
XYZ16.0625.088.85-
YUV122.5294.97101.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=28.15%
G=50.66%
B=21.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153640.4400.580.4105.8441.0142.55
Hex5599402C03A286a292b
Octal12523110054072501525153
Binary101010110011001100000010110001110101010001101010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559940; }

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

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

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

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

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

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

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

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