Shades of Glade Green #588C46
Tints of Glade Green #588C46
RGB
CMYK
RGB Variations
Color information
#588C46 (or 0x588C46) is known color: Glade Green. HEX triplet: 58, 8C and 46. RGB value is (88,140,70). Sum of RGB (Red+Green+Blue) = 88+140+70=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #588C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588C46 is #A773B9. Grayscale: #747474. Windows color (decimal): -10974138 or 4623448. OLE color: 4623448.
HSL color Cylindrical-coordinate representation of color #588C46: hue angle of 104.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #588C46 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 70 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.45 |
| HSL | 104.57º | 0.33% | 0.41% | - |
| HSV(B) | 104.57º | 0.5% | 0.55% | - |
| XYZ | 14.51 | 21.27 | 9.14 | - |
| YUV | 116.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 70 | 0.37 | 0 | 0.50 | 0.45 | 104.57 | 0.33 | 0.41 |
| Hex | 58 | 8C | 46 | 25 | 0 | 32 | 2D | 69 | 21 | 29 |
| Octal | 130 | 214 | 106 | 45 | 0 | 62 | 55 | 151 | 41 | 51 |
| Binary | 1011000 | 10001100 | 1000110 | 100101 | 0 | 110010 | 101101 | 1101001 | 100001 | 101001 |
Color Harmonies of #588C46
Complementary color
Monochromatic Colors of #588C46
Black with #588C46
Text Example
Text Example
White with #588C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C46; }
p { color: rgb(88,140,70); }
H1.HeaderClassName
{
color: #588C46;
}
.AnyTagClassName
{
color: #588C46;
}
</style>
background-color css
<style>
a { background-color: #588C46; }
a { background-color: rgb(88,140,70); }
div.DivClassName
{
background-color: #588C46;
}
.BgClassName
{
background-color: #588C46;
}
</style>
border-color css
<style>
span { border-color: #588C46; }
span { border-color: rgb(88,140,70); }
td.TdClassName
{
border-color: #588C46;
}
.TagClassName
{
border-color: #588C46;
}
</style>