Shades of Glade Green #5D7851
Tints of Glade Green #5D7851
RGB
CMYK
RGB Variations
Color information
#5D7851 (or 0x5D7851) is known color: Glade Green. HEX triplet: 5D, 78 and 51. RGB value is (93,120,81). Sum of RGB (Red+Green+Blue) = 93+120+81=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7851 is #A287AE. Grayscale: #6B6B6B. Windows color (decimal): -10651567 or 5339229. OLE color: 5339229.
HSL color Cylindrical-coordinate representation of color #5D7851: hue angle of 101.54º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D7851 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 81 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.53 |
| HSL | 101.54º | 0.19% | 0.39% | - |
| HSV(B) | 101.54º | 0.33% | 0.47% | - |
| XYZ | 12.72 | 16.35 | 10.27 | - |
| YUV | 107.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 81 | 0.22 | 0 | 0.32 | 0.53 | 101.54 | 0.19 | 0.39 |
| Hex | 5D | 78 | 51 | 16 | 0 | 20 | 35 | 66 | 13 | 27 |
| Octal | 135 | 170 | 121 | 26 | 0 | 40 | 65 | 146 | 23 | 47 |
| Binary | 1011101 | 1111000 | 1010001 | 10110 | 0 | 100000 | 110101 | 1100110 | 10011 | 100111 |
Color Harmonies of #5D7851
Complementary color
Monochromatic Colors of #5D7851
Black with #5D7851
Text Example
Text Example
White with #5D7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7851; }
p { color: rgb(93,120,81); }
H1.HeaderClassName
{
color: #5D7851;
}
.AnyTagClassName
{
color: #5D7851;
}
</style>
background-color css
<style>
a { background-color: #5D7851; }
a { background-color: rgb(93,120,81); }
div.DivClassName
{
background-color: #5D7851;
}
.BgClassName
{
background-color: #5D7851;
}
</style>
border-color css
<style>
span { border-color: #5D7851; }
span { border-color: rgb(93,120,81); }
td.TdClassName
{
border-color: #5D7851;
}
.TagClassName
{
border-color: #5D7851;
}
</style>