Shades of Glade Green #5F8B47
Tints of Glade Green #5F8B47
RGB
CMYK
RGB Variations
Color information
#5F8B47 (or 0x5F8B47) is known color: Glade Green. HEX triplet: 5F, 8B and 47. RGB value is (95,139,71). Sum of RGB (Red+Green+Blue) = 95+139+71=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8B47 is #A074B8. Grayscale: #767676. Windows color (decimal): -10515641 or 4688735. OLE color: 4688735.
HSL color Cylindrical-coordinate representation of color #5F8B47: hue angle of 98.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F8B47 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 139 | 71 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.45 |
| HSL | 98.82º | 0.32% | 0.41% | - |
| HSV(B) | 98.82º | 0.49% | 0.55% | - |
| XYZ | 15.09 | 21.35 | 9.29 | - |
| YUV | 118.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 71 | 0.32 | 0 | 0.49 | 0.45 | 98.82 | 0.32 | 0.41 |
| Hex | 5F | 8B | 47 | 20 | 0 | 31 | 2D | 63 | 20 | 29 |
| Octal | 137 | 213 | 107 | 40 | 0 | 61 | 55 | 143 | 40 | 51 |
| Binary | 1011111 | 10001011 | 1000111 | 100000 | 0 | 110001 | 101101 | 1100011 | 100000 | 101001 |
Color Harmonies of #5F8B47
Complementary color
Monochromatic Colors of #5F8B47
Black with #5F8B47
Text Example
Text Example
White with #5F8B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B47; }
p { color: rgb(95,139,71); }
H1.HeaderClassName
{
color: #5F8B47;
}
.AnyTagClassName
{
color: #5F8B47;
}
</style>
background-color css
<style>
a { background-color: #5F8B47; }
a { background-color: rgb(95,139,71); }
div.DivClassName
{
background-color: #5F8B47;
}
.BgClassName
{
background-color: #5F8B47;
}
</style>
border-color css
<style>
span { border-color: #5F8B47; }
span { border-color: rgb(95,139,71); }
td.TdClassName
{
border-color: #5F8B47;
}
.TagClassName
{
border-color: #5F8B47;
}
</style>