Shades of Glade Green #5F9049
Tints of Glade Green #5F9049
RGB
CMYK
RGB Variations
Color information
#5F9049 (or 0x5F9049) is known color: Glade Green. HEX triplet: 5F, 90 and 49. RGB value is (95,144,73). Sum of RGB (Red+Green+Blue) = 95+144+73=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9049 is #A06FB6. Grayscale: #797979. Windows color (decimal): -10514359 or 4821087. OLE color: 4821087.
HSL color Cylindrical-coordinate representation of color #5F9049: hue angle of 101.41º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F9049 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 73 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.44 |
| HSL | 101.41º | 0.33% | 0.43% | - |
| HSV(B) | 101.41º | 0.49% | 0.56% | - |
| XYZ | 15.9 | 22.86 | 9.88 | - |
| YUV | 121.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 73 | 0.34 | 0 | 0.49 | 0.44 | 101.41 | 0.33 | 0.43 |
| Hex | 5F | 90 | 49 | 22 | 0 | 31 | 2C | 65 | 21 | 2B |
| Octal | 137 | 220 | 111 | 42 | 0 | 61 | 54 | 145 | 41 | 53 |
| Binary | 1011111 | 10010000 | 1001001 | 100010 | 0 | 110001 | 101100 | 1100101 | 100001 | 101011 |
Color Harmonies of #5F9049
Complementary color
Monochromatic Colors of #5F9049
Black with #5F9049
Text Example
Text Example
White with #5F9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9049; }
p { color: rgb(95,144,73); }
H1.HeaderClassName
{
color: #5F9049;
}
.AnyTagClassName
{
color: #5F9049;
}
</style>
background-color css
<style>
a { background-color: #5F9049; }
a { background-color: rgb(95,144,73); }
div.DivClassName
{
background-color: #5F9049;
}
.BgClassName
{
background-color: #5F9049;
}
</style>
border-color css
<style>
span { border-color: #5F9049; }
span { border-color: rgb(95,144,73); }
td.TdClassName
{
border-color: #5F9049;
}
.TagClassName
{
border-color: #5F9049;
}
</style>