Shades of Glade Green #58824A
Tints of Glade Green #58824A
RGB
CMYK
RGB Variations
Color information
#58824A (or 0x58824A) is known color: Glade Green. HEX triplet: 58, 82 and 4A. RGB value is (88,130,74). Sum of RGB (Red+Green+Blue) = 88+130+74=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #58824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58824A is #A77DB5. Grayscale: #6F6F6F. Windows color (decimal): -10976694 or 4883032. OLE color: 4883032.
HSL color Cylindrical-coordinate representation of color #58824A: hue angle of 105º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58824A is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 74 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.49 |
| HSL | 105º | 0.27% | 0.4% | - |
| HSV(B) | 105º | 0.43% | 0.51% | - |
| XYZ | 13.24 | 18.53 | 9.36 | - |
| YUV | 111.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 74 | 0.32 | 0 | 0.43 | 0.49 | 105 | 0.27 | 0.4 |
| Hex | 58 | 82 | 4A | 20 | 0 | 2B | 31 | 69 | 1B | 28 |
| Octal | 130 | 202 | 112 | 40 | 0 | 53 | 61 | 151 | 33 | 50 |
| Binary | 1011000 | 10000010 | 1001010 | 100000 | 0 | 101011 | 110001 | 1101001 | 11011 | 101000 |
Color Harmonies of #58824A
Complementary color
Monochromatic Colors of #58824A
Black with #58824A
Text Example
Text Example
White with #58824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58824A; }
p { color: rgb(88,130,74); }
H1.HeaderClassName
{
color: #58824A;
}
.AnyTagClassName
{
color: #58824A;
}
</style>
background-color css
<style>
a { background-color: #58824A; }
a { background-color: rgb(88,130,74); }
div.DivClassName
{
background-color: #58824A;
}
.BgClassName
{
background-color: #58824A;
}
</style>
border-color css
<style>
span { border-color: #58824A; }
span { border-color: rgb(88,130,74); }
td.TdClassName
{
border-color: #58824A;
}
.TagClassName
{
border-color: #58824A;
}
</style>