#559941

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

Shades of Glade Green #559941

Tints of Glade Green #559941

Color information

#559941 (or 0x559941) is unknown color: approx Glade Green. HEX triplet: 55, 99 and 41. RGB value is (85,153,65). Sum of RGB (Red+Green+Blue) = 85+153+65=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #559941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559941 is #AA66BE. Grayscale: #7A7A7A. Windows color (decimal): -11167423 or 4299093. OLE color: 4299093.

HSL color Cylindrical-coordinate representation of color #559941: hue angle of 106.36º degrees, saturation: 0.4, 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 #559941 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB8515365-
CMYK0.4400.580.4
HSL106.36º40.37%42.75%-
HSV(B)106.36º57.52%60%-
XYZ16.0925.19-
YUV122.6495.47101.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=28.05%
G=50.50%
B=21.45%

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
Decimal85153650.4400.580.4106.3640.3742.75
Hex5599412C03A286a282b
Octal12523110154072501525053
Binary101010110011001100000110110001110101010001101010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559941; }

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

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

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

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

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

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

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

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