Shades of Glade Green #58824B
Tints of Glade Green #58824B
RGB
CMYK
RGB Variations
Color information
#58824B (or 0x58824B) is known color: Glade Green. HEX triplet: 58, 82 and 4B. RGB value is (88,130,75). Sum of RGB (Red+Green+Blue) = 88+130+75=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #58824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58824B is #A77DB4. Grayscale: #6F6F6F. Windows color (decimal): -10976693 or 4948568. OLE color: 4948568.
HSL color Cylindrical-coordinate representation of color #58824B: hue angle of 105.82º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58824B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 75 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.49 |
| HSL | 105.82º | 0.27% | 0.4% | - |
| HSV(B) | 105.82º | 0.42% | 0.51% | - |
| XYZ | 13.28 | 18.55 | 9.54 | - |
| YUV | 111.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 75 | 0.32 | 0 | 0.42 | 0.49 | 105.82 | 0.27 | 0.4 |
| Hex | 58 | 82 | 4B | 20 | 0 | 2A | 31 | 6A | 1B | 28 |
| Octal | 130 | 202 | 113 | 40 | 0 | 52 | 61 | 152 | 33 | 50 |
| Binary | 1011000 | 10000010 | 1001011 | 100000 | 0 | 101010 | 110001 | 1101010 | 11011 | 101000 |
Color Harmonies of #58824B
Complementary color
Monochromatic Colors of #58824B
Black with #58824B
Text Example
Text Example
White with #58824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58824B; }
p { color: rgb(88,130,75); }
H1.HeaderClassName
{
color: #58824B;
}
.AnyTagClassName
{
color: #58824B;
}
</style>
background-color css
<style>
a { background-color: #58824B; }
a { background-color: rgb(88,130,75); }
div.DivClassName
{
background-color: #58824B;
}
.BgClassName
{
background-color: #58824B;
}
</style>
border-color css
<style>
span { border-color: #58824B; }
span { border-color: rgb(88,130,75); }
td.TdClassName
{
border-color: #58824B;
}
.TagClassName
{
border-color: #58824B;
}
</style>