Shades of Glade Green #5C8252
Tints of Glade Green #5C8252
RGB
CMYK
RGB Variations
Color information
#5C8252 (or 0x5C8252) is known color: Glade Green. HEX triplet: 5C, 82 and 52. RGB value is (92,130,82). Sum of RGB (Red+Green+Blue) = 92+130+82=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8252 is #A37DAD. Grayscale: #717171. Windows color (decimal): -10714542 or 5407324. OLE color: 5407324.
HSL color Cylindrical-coordinate representation of color #5C8252: hue angle of 107.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C8252 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 130 | 82 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.49 |
| HSL | 107.5º | 0.23% | 0.42% | - |
| HSV(B) | 107.5º | 0.37% | 0.51% | - |
| XYZ | 13.92 | 18.85 | 10.89 | - |
| YUV | 113.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 130 | 82 | 0.29 | 0 | 0.37 | 0.49 | 107.5 | 0.23 | 0.42 |
| Hex | 5C | 82 | 52 | 1D | 0 | 25 | 31 | 6C | 17 | 2A |
| Octal | 134 | 202 | 122 | 35 | 0 | 45 | 61 | 154 | 27 | 52 |
| Binary | 1011100 | 10000010 | 1010010 | 11101 | 0 | 100101 | 110001 | 1101100 | 10111 | 101010 |
Color Harmonies of #5C8252
Complementary color
Monochromatic Colors of #5C8252
Black with #5C8252
Text Example
Text Example
White with #5C8252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8252; }
p { color: rgb(92,130,82); }
H1.HeaderClassName
{
color: #5C8252;
}
.AnyTagClassName
{
color: #5C8252;
}
</style>
background-color css
<style>
a { background-color: #5C8252; }
a { background-color: rgb(92,130,82); }
div.DivClassName
{
background-color: #5C8252;
}
.BgClassName
{
background-color: #5C8252;
}
</style>
border-color css
<style>
span { border-color: #5C8252; }
span { border-color: rgb(92,130,82); }
td.TdClassName
{
border-color: #5C8252;
}
.TagClassName
{
border-color: #5C8252;
}
</style>