Shades of Glade Green #608952
Tints of Glade Green #608952
RGB
CMYK
RGB Variations
Color information
#608952 (or 0x608952) is known color: Glade Green. HEX triplet: 60, 89 and 52. RGB value is (96,137,82). Sum of RGB (Red+Green+Blue) = 96+137+82=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #608952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608952 is #9F76AD. Grayscale: #767676. Windows color (decimal): -10450606 or 5409120. OLE color: 5409120.
HSL color Cylindrical-coordinate representation of color #608952: hue angle of 104.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608952 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 82 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.46 |
| HSL | 104.73º | 0.25% | 0.43% | - |
| HSV(B) | 104.73º | 0.4% | 0.54% | - |
| XYZ | 15.29 | 20.99 | 11.23 | - |
| YUV | 118.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 82 | 0.30 | 0 | 0.40 | 0.46 | 104.73 | 0.25 | 0.43 |
| Hex | 60 | 89 | 52 | 1E | 0 | 28 | 2E | 69 | 19 | 2B |
| Octal | 140 | 211 | 122 | 36 | 0 | 50 | 56 | 151 | 31 | 53 |
| Binary | 1100000 | 10001001 | 1010010 | 11110 | 0 | 101000 | 101110 | 1101001 | 11001 | 101011 |
Color Harmonies of #608952
Complementary color
Monochromatic Colors of #608952
Black with #608952
Text Example
Text Example
White with #608952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608952; }
p { color: rgb(96,137,82); }
H1.HeaderClassName
{
color: #608952;
}
.AnyTagClassName
{
color: #608952;
}
</style>
background-color css
<style>
a { background-color: #608952; }
a { background-color: rgb(96,137,82); }
div.DivClassName
{
background-color: #608952;
}
.BgClassName
{
background-color: #608952;
}
</style>
border-color css
<style>
span { border-color: #608952; }
span { border-color: rgb(96,137,82); }
td.TdClassName
{
border-color: #608952;
}
.TagClassName
{
border-color: #608952;
}
</style>