Shades of Glade Green #5A7F52
Tints of Glade Green #5A7F52
RGB
CMYK
RGB Variations
Color information
#5A7F52 (or 0x5A7F52) is known color: Glade Green. HEX triplet: 5A, 7F and 52. RGB value is (90,127,82). Sum of RGB (Red+Green+Blue) = 90+127+82=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #5A7F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7F52 is #A580AD. Grayscale: #6E6E6E. Windows color (decimal): -10846382 or 5406554. OLE color: 5406554.
HSL color Cylindrical-coordinate representation of color #5A7F52: hue angle of 109.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A7F52 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 127 | 82 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.50 |
| HSL | 109.33º | 0.22% | 0.41% | - |
| HSV(B) | 109.33º | 0.35% | 0.5% | - |
| XYZ | 13.33 | 17.96 | 10.75 | - |
| YUV | 110.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 127 | 82 | 0.29 | 0 | 0.35 | 0.50 | 109.33 | 0.22 | 0.41 |
| Hex | 5A | 7F | 52 | 1D | 0 | 23 | 32 | 6D | 16 | 29 |
| Octal | 132 | 177 | 122 | 35 | 0 | 43 | 62 | 155 | 26 | 51 |
| Binary | 1011010 | 1111111 | 1010010 | 11101 | 0 | 100011 | 110010 | 1101101 | 10110 | 101001 |
Color Harmonies of #5A7F52
Complementary color
Monochromatic Colors of #5A7F52
Black with #5A7F52
Text Example
Text Example
White with #5A7F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7F52; }
p { color: rgb(90,127,82); }
H1.HeaderClassName
{
color: #5A7F52;
}
.AnyTagClassName
{
color: #5A7F52;
}
</style>
background-color css
<style>
a { background-color: #5A7F52; }
a { background-color: rgb(90,127,82); }
div.DivClassName
{
background-color: #5A7F52;
}
.BgClassName
{
background-color: #5A7F52;
}
</style>
border-color css
<style>
span { border-color: #5A7F52; }
span { border-color: rgb(90,127,82); }
td.TdClassName
{
border-color: #5A7F52;
}
.TagClassName
{
border-color: #5A7F52;
}
</style>