#559341

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

Shades of Glade Green #559341

Tints of Glade Green #559341

Color information

#559341 (or 0x559341) is unknown color: approx Glade Green. HEX triplet: 55, 93 and 41. RGB value is (85,147,65). Sum of RGB (Red+Green+Blue) = 85+147+65=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #559341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559341 is #AA6CBE. Grayscale: #777777. Windows color (decimal): -11168959 or 4297557. OLE color: 4297557.

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

Color convert

RGB8514765-
CMYK0.4200.560.42
HSL105.37º38.68%41.57%-
HSV(B)105.37º55.78%57.65%-
XYZ15.1323.188.68-
YUV119.1197.46103.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=28.62%
G=49.49%
B=21.89%

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
Decimal85147650.4200.560.42105.3738.6841.57
Hex5593412A0382A69272a
Octal12522310152070521514752
Binary101010110010011100000110101001110001010101101001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559341; }

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

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

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

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

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

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

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

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