Shades of Glade Green #559344
Tints of Glade Green #559344
RGB
CMYK
RGB Variations
Color information
#559344 (or 0x559344) is known color: Glade Green. HEX triplet: 55, 93 and 44. RGB value is (85,147,68). Sum of RGB (Red+Green+Blue) = 85+147+68=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #559344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559344 is #AA6CBB. Grayscale: #777777. Windows color (decimal): -11168956 or 4494165. OLE color: 4494165.
HSL color Cylindrical-coordinate representation of color #559344: hue angle of 107.09º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #559344 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 68 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.42 |
| HSL | 107.09º | 0.37% | 0.42% | - |
| HSV(B) | 107.09º | 0.54% | 0.58% | - |
| XYZ | 15.22 | 23.22 | 9.15 | - |
| YUV | 119.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 68 | 0.42 | 0 | 0.54 | 0.42 | 107.09 | 0.37 | 0.42 |
| Hex | 55 | 93 | 44 | 2A | 0 | 36 | 2A | 6B | 25 | 2A |
| Octal | 125 | 223 | 104 | 52 | 0 | 66 | 52 | 153 | 45 | 52 |
| Binary | 1010101 | 10010011 | 1000100 | 101010 | 0 | 110110 | 101010 | 1101011 | 100101 | 101010 |
Color Harmonies of #559344
Complementary color
Monochromatic Colors of #559344
Black with #559344
Text Example
Text Example
White with #559344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559344; }
p { color: rgb(85,147,68); }
H1.HeaderClassName
{
color: #559344;
}
.AnyTagClassName
{
color: #559344;
}
</style>
background-color css
<style>
a { background-color: #559344; }
a { background-color: rgb(85,147,68); }
div.DivClassName
{
background-color: #559344;
}
.BgClassName
{
background-color: #559344;
}
</style>
border-color css
<style>
span { border-color: #559344; }
span { border-color: rgb(85,147,68); }
td.TdClassName
{
border-color: #559344;
}
.TagClassName
{
border-color: #559344;
}
</style>