Shades of Glade Green #5F9149
Tints of Glade Green #5F9149
RGB
CMYK
RGB Variations
Color information
#5F9149 (or 0x5F9149) is known color: Glade Green. HEX triplet: 5F, 91 and 49. RGB value is (95,145,73). Sum of RGB (Red+Green+Blue) = 95+145+73=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #5F9149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9149 is #A06EB6. Grayscale: #7A7A7A. Windows color (decimal): -10514103 or 4821343. OLE color: 4821343.
HSL color Cylindrical-coordinate representation of color #5F9149: hue angle of 101.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F9149 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 145 | 73 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.43 |
| HSL | 101.67º | 0.33% | 0.43% | - |
| HSV(B) | 101.67º | 0.5% | 0.57% | - |
| XYZ | 16.05 | 23.16 | 9.93 | - |
| YUV | 121.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 73 | 0.34 | 0 | 0.50 | 0.43 | 101.67 | 0.33 | 0.43 |
| Hex | 5F | 91 | 49 | 22 | 0 | 32 | 2B | 66 | 21 | 2B |
| Octal | 137 | 221 | 111 | 42 | 0 | 62 | 53 | 146 | 41 | 53 |
| Binary | 1011111 | 10010001 | 1001001 | 100010 | 0 | 110010 | 101011 | 1100110 | 100001 | 101011 |
Color Harmonies of #5F9149
Complementary color
Monochromatic Colors of #5F9149
Black with #5F9149
Text Example
Text Example
White with #5F9149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9149; }
p { color: rgb(95,145,73); }
H1.HeaderClassName
{
color: #5F9149;
}
.AnyTagClassName
{
color: #5F9149;
}
</style>
background-color css
<style>
a { background-color: #5F9149; }
a { background-color: rgb(95,145,73); }
div.DivClassName
{
background-color: #5F9149;
}
.BgClassName
{
background-color: #5F9149;
}
</style>
border-color css
<style>
span { border-color: #5F9149; }
span { border-color: rgb(95,145,73); }
td.TdClassName
{
border-color: #5F9149;
}
.TagClassName
{
border-color: #5F9149;
}
</style>