Shades of Glade Green #5D9541
Tints of Glade Green #5D9541
RGB
CMYK
RGB Variations
Color information
#5D9541 (or 0x5D9541) is known color: Glade Green. HEX triplet: 5D, 95 and 41. RGB value is (93,149,65). Sum of RGB (Red+Green+Blue) = 93+149+65=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9541 is #A26ABE. Grayscale: #7A7A7A. Windows color (decimal): -10644159 or 4298077. OLE color: 4298077.
HSL color Cylindrical-coordinate representation of color #5D9541: hue angle of 100º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D9541 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 65 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.42 |
| HSL | 100º | 0.39% | 0.42% | - |
| HSV(B) | 100º | 0.56% | 0.58% | - |
| XYZ | 16.22 | 24.2 | 8.82 | - |
| YUV | 122.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 65 | 0.38 | 0 | 0.56 | 0.42 | 100 | 0.39 | 0.42 |
| Hex | 5D | 95 | 41 | 26 | 0 | 38 | 2A | 64 | 27 | 2A |
| Octal | 135 | 225 | 101 | 46 | 0 | 70 | 52 | 144 | 47 | 52 |
| Binary | 1011101 | 10010101 | 1000001 | 100110 | 0 | 111000 | 101010 | 1100100 | 100111 | 101010 |
Color Harmonies of #5D9541
Complementary color
Monochromatic Colors of #5D9541
Black with #5D9541
Text Example
Text Example
White with #5D9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9541; }
p { color: rgb(93,149,65); }
H1.HeaderClassName
{
color: #5D9541;
}
.AnyTagClassName
{
color: #5D9541;
}
</style>
background-color css
<style>
a { background-color: #5D9541; }
a { background-color: rgb(93,149,65); }
div.DivClassName
{
background-color: #5D9541;
}
.BgClassName
{
background-color: #5D9541;
}
</style>
border-color css
<style>
span { border-color: #5D9541; }
span { border-color: rgb(93,149,65); }
td.TdClassName
{
border-color: #5D9541;
}
.TagClassName
{
border-color: #5D9541;
}
</style>