Shades of Glade Green #608052
Tints of Glade Green #608052
RGB
CMYK
RGB Variations
Color information
#608052 (or 0x608052) is known color: Glade Green. HEX triplet: 60, 80 and 52. RGB value is (96,128,82). Sum of RGB (Red+Green+Blue) = 96+128+82=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #608052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608052 is #9F7FAD. Grayscale: #717171. Windows color (decimal): -10452910 or 5406816. OLE color: 5406816.
HSL color Cylindrical-coordinate representation of color #608052: hue angle of 101.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #608052 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 82 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.50 |
| HSL | 101.74º | 0.22% | 0.41% | - |
| HSV(B) | 101.74º | 0.36% | 0.5% | - |
| XYZ | 14.07 | 18.53 | 10.82 | - |
| YUV | 113.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 82 | 0.25 | 0 | 0.36 | 0.50 | 101.74 | 0.22 | 0.41 |
| Hex | 60 | 80 | 52 | 19 | 0 | 24 | 32 | 66 | 16 | 29 |
| Octal | 140 | 200 | 122 | 31 | 0 | 44 | 62 | 146 | 26 | 51 |
| Binary | 1100000 | 10000000 | 1010010 | 11001 | 0 | 100100 | 110010 | 1100110 | 10110 | 101001 |
Color Harmonies of #608052
Complementary color
Monochromatic Colors of #608052
Black with #608052
Text Example
Text Example
White with #608052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608052; }
p { color: rgb(96,128,82); }
H1.HeaderClassName
{
color: #608052;
}
.AnyTagClassName
{
color: #608052;
}
</style>
background-color css
<style>
a { background-color: #608052; }
a { background-color: rgb(96,128,82); }
div.DivClassName
{
background-color: #608052;
}
.BgClassName
{
background-color: #608052;
}
</style>
border-color css
<style>
span { border-color: #608052; }
span { border-color: rgb(96,128,82); }
td.TdClassName
{
border-color: #608052;
}
.TagClassName
{
border-color: #608052;
}
</style>