Shades of Glade Green #5F7952
Tints of Glade Green #5F7952
RGB
CMYK
RGB Variations
Color information
#5F7952 (or 0x5F7952) is known color: Glade Green. HEX triplet: 5F, 79 and 52. RGB value is (95,121,82). Sum of RGB (Red+Green+Blue) = 95+121+82=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7952 is #A086AD. Grayscale: #6C6C6C. Windows color (decimal): -10520238 or 5405023. OLE color: 5405023.
HSL color Cylindrical-coordinate representation of color #5F7952: hue angle of 100º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F7952 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 82 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.53 |
| HSL | 100º | 0.19% | 0.4% | - |
| HSV(B) | 100º | 0.32% | 0.47% | - |
| XYZ | 13.08 | 16.72 | 10.52 | - |
| YUV | 108.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 82 | 0.21 | 0 | 0.32 | 0.53 | 100 | 0.19 | 0.4 |
| Hex | 5F | 79 | 52 | 15 | 0 | 20 | 35 | 64 | 13 | 28 |
| Octal | 137 | 171 | 122 | 25 | 0 | 40 | 65 | 144 | 23 | 50 |
| Binary | 1011111 | 1111001 | 1010010 | 10101 | 0 | 100000 | 110101 | 1100100 | 10011 | 101000 |
Color Harmonies of #5F7952
Complementary color
Monochromatic Colors of #5F7952
Black with #5F7952
Text Example
Text Example
White with #5F7952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7952; }
p { color: rgb(95,121,82); }
H1.HeaderClassName
{
color: #5F7952;
}
.AnyTagClassName
{
color: #5F7952;
}
</style>
background-color css
<style>
a { background-color: #5F7952; }
a { background-color: rgb(95,121,82); }
div.DivClassName
{
background-color: #5F7952;
}
.BgClassName
{
background-color: #5F7952;
}
</style>
border-color css
<style>
span { border-color: #5F7952; }
span { border-color: rgb(95,121,82); }
td.TdClassName
{
border-color: #5F7952;
}
.TagClassName
{
border-color: #5F7952;
}
</style>