#559544

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

Shades of Glade Green #559544

Tints of Glade Green #559544

Color information

#559544 (or 0x559544) is unknown color: approx Glade Green. HEX triplet: 55, 95 and 44. RGB value is (85,149,68). Sum of RGB (Red+Green+Blue) = 85+149+68=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #559544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559544 is #AA6ABB. Grayscale: #787878. Windows color (decimal): -11168444 or 4494677. OLE color: 4494677.

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

Color convert

RGB8514968-
CMYK0.4300.540.42
HSL107.41º37.33%42.55%-
HSV(B)107.41º54.36%58.43%-
XYZ15.5423.849.25-
YUV120.6398.3102.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=28.15%
G=49.34%
B=22.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149680.4300.540.42107.4137.3342.55
Hex5595442B0362A6b252b
Octal12522510453066521534553
Binary101010110010101100010010101101101101010101101011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559544; }

 p { color: rgb(85,149,68); }

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

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

 a { background-color: rgb(85,149,68); }

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

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

 span { border-color: rgb(85,149,68); }

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