Shades of Glade Green #599146
Tints of Glade Green #599146
RGB
CMYK
RGB Variations
Color information
#599146 (or 0x599146) is known color: Glade Green. HEX triplet: 59, 91 and 46. RGB value is (89,145,70). Sum of RGB (Red+Green+Blue) = 89+145+70=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #599146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599146 is #A66EB9. Grayscale: #777777. Windows color (decimal): -10907322 or 4624729. OLE color: 4624729.
HSL color Cylindrical-coordinate representation of color #599146: hue angle of 104.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599146 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 70 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.43 |
| HSL | 104.8º | 0.35% | 0.42% | - |
| HSV(B) | 104.8º | 0.52% | 0.57% | - |
| XYZ | 15.35 | 22.82 | 9.39 | - |
| YUV | 119.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 70 | 0.39 | 0 | 0.52 | 0.43 | 104.8 | 0.35 | 0.42 |
| Hex | 59 | 91 | 46 | 27 | 0 | 34 | 2B | 69 | 23 | 2A |
| Octal | 131 | 221 | 106 | 47 | 0 | 64 | 53 | 151 | 43 | 52 |
| Binary | 1011001 | 10010001 | 1000110 | 100111 | 0 | 110100 | 101011 | 1101001 | 100011 | 101010 |
Color Harmonies of #599146
Complementary color
Monochromatic Colors of #599146
Black with #599146
Text Example
Text Example
White with #599146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599146; }
p { color: rgb(89,145,70); }
H1.HeaderClassName
{
color: #599146;
}
.AnyTagClassName
{
color: #599146;
}
</style>
background-color css
<style>
a { background-color: #599146; }
a { background-color: rgb(89,145,70); }
div.DivClassName
{
background-color: #599146;
}
.BgClassName
{
background-color: #599146;
}
</style>
border-color css
<style>
span { border-color: #599146; }
span { border-color: rgb(89,145,70); }
td.TdClassName
{
border-color: #599146;
}
.TagClassName
{
border-color: #599146;
}
</style>