Shades of Glade Green #58884A
Tints of Glade Green #58884A
RGB
CMYK
RGB Variations
Color information
#58884A (or 0x58884A) is known color: Glade Green. HEX triplet: 58, 88 and 4A. RGB value is (88,136,74). Sum of RGB (Red+Green+Blue) = 88+136+74=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #58884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58884A is #A777B5. Grayscale: #727272. Windows color (decimal): -10975158 or 4884568. OLE color: 4884568.
HSL color Cylindrical-coordinate representation of color #58884A: hue angle of 106.45º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58884A is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 74 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.47 |
| HSL | 106.45º | 0.3% | 0.41% | - |
| HSV(B) | 106.45º | 0.46% | 0.53% | - |
| XYZ | 14.06 | 20.18 | 9.63 | - |
| YUV | 114.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 74 | 0.35 | 0 | 0.46 | 0.47 | 106.45 | 0.3 | 0.41 |
| Hex | 58 | 88 | 4A | 23 | 0 | 2E | 2F | 6A | 1E | 29 |
| Octal | 130 | 210 | 112 | 43 | 0 | 56 | 57 | 152 | 36 | 51 |
| Binary | 1011000 | 10001000 | 1001010 | 100011 | 0 | 101110 | 101111 | 1101010 | 11110 | 101001 |
Color Harmonies of #58884A
Complementary color
Monochromatic Colors of #58884A
Black with #58884A
Text Example
Text Example
White with #58884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58884A; }
p { color: rgb(88,136,74); }
H1.HeaderClassName
{
color: #58884A;
}
.AnyTagClassName
{
color: #58884A;
}
</style>
background-color css
<style>
a { background-color: #58884A; }
a { background-color: rgb(88,136,74); }
div.DivClassName
{
background-color: #58884A;
}
.BgClassName
{
background-color: #58884A;
}
</style>
border-color css
<style>
span { border-color: #58884A; }
span { border-color: rgb(88,136,74); }
td.TdClassName
{
border-color: #58884A;
}
.TagClassName
{
border-color: #58884A;
}
</style>