#559445

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

Shades of Glade Green #559445

Tints of Glade Green #559445

Color information

#559445 (or 0x559445) is unknown color: approx Glade Green. HEX triplet: 55, 94 and 45. RGB value is (85,148,69). Sum of RGB (Red+Green+Blue) = 85+148+69=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #559445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559445 is #AA6BBA. Grayscale: #787878. Windows color (decimal): -11168699 or 4559957. OLE color: 4559957.

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

Color convert

RGB8514869-
CMYK0.4300.530.42
HSL107.85º36.41%42.55%-
HSV(B)107.85º53.38%58.04%-
XYZ15.4123.549.36-
YUV120.1699.13102.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=28.15%
G=49.01%
B=22.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148690.4300.530.42107.8536.4142.55
Hex5594452B0352A6c242b
Octal12522410553065521544453
Binary101010110010100100010110101101101011010101101100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559445; }

 p { color: rgb(85,148,69); }

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

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

 a { background-color: rgb(85,148,69); }

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

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

 span { border-color: rgb(85,148,69); }

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