Shades of Glade Green #5F8152
Tints of Glade Green #5F8152
RGB
CMYK
RGB Variations
Color information
#5F8152 (or 0x5F8152) is known color: Glade Green. HEX triplet: 5F, 81 and 52. RGB value is (95,129,82). Sum of RGB (Red+Green+Blue) = 95+129+82=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #5F8152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8152 is #A07EAD. Grayscale: #717171. Windows color (decimal): -10518190 or 5407071. OLE color: 5407071.
HSL color Cylindrical-coordinate representation of color #5F8152: hue angle of 103.4º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F8152 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 129 | 82 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.49 |
| HSL | 103.4º | 0.22% | 0.41% | - |
| HSV(B) | 103.4º | 0.36% | 0.51% | - |
| XYZ | 14.09 | 18.74 | 10.86 | - |
| YUV | 113.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 82 | 0.26 | 0 | 0.36 | 0.49 | 103.4 | 0.22 | 0.41 |
| Hex | 5F | 81 | 52 | 1A | 0 | 24 | 31 | 67 | 16 | 29 |
| Octal | 137 | 201 | 122 | 32 | 0 | 44 | 61 | 147 | 26 | 51 |
| Binary | 1011111 | 10000001 | 1010010 | 11010 | 0 | 100100 | 110001 | 1100111 | 10110 | 101001 |
Color Harmonies of #5F8152
Complementary color
Monochromatic Colors of #5F8152
Black with #5F8152
Text Example
Text Example
White with #5F8152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8152; }
p { color: rgb(95,129,82); }
H1.HeaderClassName
{
color: #5F8152;
}
.AnyTagClassName
{
color: #5F8152;
}
</style>
background-color css
<style>
a { background-color: #5F8152; }
a { background-color: rgb(95,129,82); }
div.DivClassName
{
background-color: #5F8152;
}
.BgClassName
{
background-color: #5F8152;
}
</style>
border-color css
<style>
span { border-color: #5F8152; }
span { border-color: rgb(95,129,82); }
td.TdClassName
{
border-color: #5F8152;
}
.TagClassName
{
border-color: #5F8152;
}
</style>