Shades of Glade Green #5D8F48
Tints of Glade Green #5D8F48
RGB
CMYK
RGB Variations
Color information
#5D8F48 (or 0x5D8F48) is known color: Glade Green. HEX triplet: 5D, 8F and 48. RGB value is (93,143,72). Sum of RGB (Red+Green+Blue) = 93+143+72=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #5D8F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8F48 is #A270B7. Grayscale: #787878. Windows color (decimal): -10645688 or 4755293. OLE color: 4755293.
HSL color Cylindrical-coordinate representation of color #5D8F48: hue angle of 102.25º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D8F48 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 143 | 72 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.44 |
| HSL | 102.25º | 0.33% | 0.42% | - |
| HSV(B) | 102.25º | 0.5% | 0.56% | - |
| XYZ | 15.51 | 22.44 | 9.64 | - |
| YUV | 119.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 143 | 72 | 0.35 | 0 | 0.50 | 0.44 | 102.25 | 0.33 | 0.42 |
| Hex | 5D | 8F | 48 | 23 | 0 | 32 | 2C | 66 | 21 | 2A |
| Octal | 135 | 217 | 110 | 43 | 0 | 62 | 54 | 146 | 41 | 52 |
| Binary | 1011101 | 10001111 | 1001000 | 100011 | 0 | 110010 | 101100 | 1100110 | 100001 | 101010 |
Color Harmonies of #5D8F48
Complementary color
Monochromatic Colors of #5D8F48
Black with #5D8F48
Text Example
Text Example
White with #5D8F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8F48; }
p { color: rgb(93,143,72); }
H1.HeaderClassName
{
color: #5D8F48;
}
.AnyTagClassName
{
color: #5D8F48;
}
</style>
background-color css
<style>
a { background-color: #5D8F48; }
a { background-color: rgb(93,143,72); }
div.DivClassName
{
background-color: #5D8F48;
}
.BgClassName
{
background-color: #5D8F48;
}
</style>
border-color css
<style>
span { border-color: #5D8F48; }
span { border-color: rgb(93,143,72); }
td.TdClassName
{
border-color: #5D8F48;
}
.TagClassName
{
border-color: #5D8F48;
}
</style>