Shades of Glade Green #5E874B
Tints of Glade Green #5E874B
RGB
CMYK
RGB Variations
Color information
#5E874B (or 0x5E874B) is known color: Glade Green. HEX triplet: 5E, 87 and 4B. RGB value is (94,135,75). Sum of RGB (Red+Green+Blue) = 94+135+75=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #5E874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E874B is #A178B4. Grayscale: #747474. Windows color (decimal): -10582197 or 4949854. OLE color: 4949854.
HSL color Cylindrical-coordinate representation of color #5E874B: hue angle of 101º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E874B is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 75 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.47 |
| HSL | 101º | 0.29% | 0.41% | - |
| HSV(B) | 101º | 0.44% | 0.53% | - |
| XYZ | 14.55 | 20.22 | 9.79 | - |
| YUV | 115.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 75 | 0.30 | 0 | 0.44 | 0.47 | 101 | 0.29 | 0.41 |
| Hex | 5E | 87 | 4B | 1E | 0 | 2C | 2F | 65 | 1D | 29 |
| Octal | 136 | 207 | 113 | 36 | 0 | 54 | 57 | 145 | 35 | 51 |
| Binary | 1011110 | 10000111 | 1001011 | 11110 | 0 | 101100 | 101111 | 1100101 | 11101 | 101001 |
Color Harmonies of #5E874B
Complementary color
Monochromatic Colors of #5E874B
Black with #5E874B
Text Example
Text Example
White with #5E874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E874B; }
p { color: rgb(94,135,75); }
H1.HeaderClassName
{
color: #5E874B;
}
.AnyTagClassName
{
color: #5E874B;
}
</style>
background-color css
<style>
a { background-color: #5E874B; }
a { background-color: rgb(94,135,75); }
div.DivClassName
{
background-color: #5E874B;
}
.BgClassName
{
background-color: #5E874B;
}
</style>
border-color css
<style>
span { border-color: #5E874B; }
span { border-color: rgb(94,135,75); }
td.TdClassName
{
border-color: #5E874B;
}
.TagClassName
{
border-color: #5E874B;
}
</style>