Shades of Glade Green #5A874B
Tints of Glade Green #5A874B
RGB
CMYK
RGB Variations
Color information
#5A874B (or 0x5A874B) is known color: Glade Green. HEX triplet: 5A, 87 and 4B. RGB value is (90,135,75). Sum of RGB (Red+Green+Blue) = 90+135+75=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #5A874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A874B is #A578B4. Grayscale: #727272. Windows color (decimal): -10844341 or 4949850. OLE color: 4949850.
HSL color Cylindrical-coordinate representation of color #5A874B: hue angle of 105º 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 #5A874B is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 75 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.47 |
| HSL | 105º | 0.29% | 0.41% | - |
| HSV(B) | 105º | 0.44% | 0.53% | - |
| XYZ | 14.15 | 20.01 | 9.77 | - |
| YUV | 114.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 75 | 0.33 | 0 | 0.44 | 0.47 | 105 | 0.29 | 0.41 |
| Hex | 5A | 87 | 4B | 21 | 0 | 2C | 2F | 69 | 1D | 29 |
| Octal | 132 | 207 | 113 | 41 | 0 | 54 | 57 | 151 | 35 | 51 |
| Binary | 1011010 | 10000111 | 1001011 | 100001 | 0 | 101100 | 101111 | 1101001 | 11101 | 101001 |
Color Harmonies of #5A874B
Complementary color
Monochromatic Colors of #5A874B
Black with #5A874B
Text Example
Text Example
White with #5A874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A874B; }
p { color: rgb(90,135,75); }
H1.HeaderClassName
{
color: #5A874B;
}
.AnyTagClassName
{
color: #5A874B;
}
</style>
background-color css
<style>
a { background-color: #5A874B; }
a { background-color: rgb(90,135,75); }
div.DivClassName
{
background-color: #5A874B;
}
.BgClassName
{
background-color: #5A874B;
}
</style>
border-color css
<style>
span { border-color: #5A874B; }
span { border-color: rgb(90,135,75); }
td.TdClassName
{
border-color: #5A874B;
}
.TagClassName
{
border-color: #5A874B;
}
</style>