Shades of Glade Green #5F8552
Tints of Glade Green #5F8552
RGB
CMYK
RGB Variations
Color information
#5F8552 (or 0x5F8552) is known color: Glade Green. HEX triplet: 5F, 85 and 52. RGB value is (95,133,82). Sum of RGB (Red+Green+Blue) = 95+133+82=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8552 is #A07AAD. Grayscale: #737373. Windows color (decimal): -10517166 or 5408095. OLE color: 5408095.
HSL color Cylindrical-coordinate representation of color #5F8552: hue angle of 104.71º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F8552 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 82 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.48 |
| HSL | 104.71º | 0.24% | 0.42% | - |
| HSV(B) | 104.71º | 0.38% | 0.52% | - |
| XYZ | 14.63 | 19.82 | 11.04 | - |
| YUV | 115.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 82 | 0.29 | 0 | 0.38 | 0.48 | 104.71 | 0.24 | 0.42 |
| Hex | 5F | 85 | 52 | 1D | 0 | 26 | 30 | 69 | 18 | 2A |
| Octal | 137 | 205 | 122 | 35 | 0 | 46 | 60 | 151 | 30 | 52 |
| Binary | 1011111 | 10000101 | 1010010 | 11101 | 0 | 100110 | 110000 | 1101001 | 11000 | 101010 |
Color Harmonies of #5F8552
Complementary color
Monochromatic Colors of #5F8552
Black with #5F8552
Text Example
Text Example
White with #5F8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8552; }
p { color: rgb(95,133,82); }
H1.HeaderClassName
{
color: #5F8552;
}
.AnyTagClassName
{
color: #5F8552;
}
</style>
background-color css
<style>
a { background-color: #5F8552; }
a { background-color: rgb(95,133,82); }
div.DivClassName
{
background-color: #5F8552;
}
.BgClassName
{
background-color: #5F8552;
}
</style>
border-color css
<style>
span { border-color: #5F8552; }
span { border-color: rgb(95,133,82); }
td.TdClassName
{
border-color: #5F8552;
}
.TagClassName
{
border-color: #5F8552;
}
</style>