#559540

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

Shades of Glade Green #559540

Tints of Glade Green #559540

Color information

#559540 (or 0x559540) is unknown color: approx Glade Green. HEX triplet: 55, 95 and 40. RGB value is (85,149,64). Sum of RGB (Red+Green+Blue) = 85+149+64=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #559540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559540 is #AA6ABF. Grayscale: #787878. Windows color (decimal): -11168448 or 4232533. OLE color: 4232533.

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

Color convert

RGB8514964-
CMYK0.4300.570.42
HSL105.18º39.91%41.76%-
HSV(B)105.18º57.05%58.43%-
XYZ15.4223.88.63-
YUV120.1796.3102.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=28.52%
G=50%
B=21.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149640.4300.570.42105.1839.9141.76
Hex5595402B0392A69282a
Octal12522510053071521515052
Binary101010110010101100000010101101110011010101101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559540; }

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

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

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

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

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

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

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

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