Shades of Glade Green #5A8248
Tints of Glade Green #5A8248
RGB
CMYK
RGB Variations
Color information
#5A8248 (or 0x5A8248) is known color: Glade Green. HEX triplet: 5A, 82 and 48. RGB value is (90,130,72). Sum of RGB (Red+Green+Blue) = 90+130+72=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8248 is #A57DB7. Grayscale: #6F6F6F. Windows color (decimal): -10845624 or 4751962. OLE color: 4751962.
HSL color Cylindrical-coordinate representation of color #5A8248: hue angle of 101.38º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A8248 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 72 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.49 |
| HSL | 101.38º | 0.29% | 0.4% | - |
| HSV(B) | 101.38º | 0.45% | 0.51% | - |
| XYZ | 13.37 | 18.61 | 9.02 | - |
| YUV | 111.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 72 | 0.31 | 0 | 0.45 | 0.49 | 101.38 | 0.29 | 0.4 |
| Hex | 5A | 82 | 48 | 1F | 0 | 2D | 31 | 65 | 1D | 28 |
| Octal | 132 | 202 | 110 | 37 | 0 | 55 | 61 | 145 | 35 | 50 |
| Binary | 1011010 | 10000010 | 1001000 | 11111 | 0 | 101101 | 110001 | 1100101 | 11101 | 101000 |
Color Harmonies of #5A8248
Complementary color
Monochromatic Colors of #5A8248
Black with #5A8248
Text Example
Text Example
White with #5A8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8248; }
p { color: rgb(90,130,72); }
H1.HeaderClassName
{
color: #5A8248;
}
.AnyTagClassName
{
color: #5A8248;
}
</style>
background-color css
<style>
a { background-color: #5A8248; }
a { background-color: rgb(90,130,72); }
div.DivClassName
{
background-color: #5A8248;
}
.BgClassName
{
background-color: #5A8248;
}
</style>
border-color css
<style>
span { border-color: #5A8248; }
span { border-color: rgb(90,130,72); }
td.TdClassName
{
border-color: #5A8248;
}
.TagClassName
{
border-color: #5A8248;
}
</style>