Shades of Glade Green #588B4A
Tints of Glade Green #588B4A
RGB
CMYK
RGB Variations
Color information
#588B4A (or 0x588B4A) is known color: Glade Green. HEX triplet: 58, 8B and 4A. RGB value is (88,139,74). Sum of RGB (Red+Green+Blue) = 88+139+74=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #588B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588B4A is #A774B5. Grayscale: #747474. Windows color (decimal): -10974390 or 4885336. OLE color: 4885336.
HSL color Cylindrical-coordinate representation of color #588B4A: hue angle of 107.08º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #588B4A is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 139 | 74 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.45 |
| HSL | 107.08º | 0.31% | 0.42% | - |
| HSV(B) | 107.08º | 0.47% | 0.55% | - |
| XYZ | 14.49 | 21.03 | 9.77 | - |
| YUV | 116.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 74 | 0.37 | 0 | 0.47 | 0.45 | 107.08 | 0.31 | 0.42 |
| Hex | 58 | 8B | 4A | 25 | 0 | 2F | 2D | 6B | 1F | 2A |
| Octal | 130 | 213 | 112 | 45 | 0 | 57 | 55 | 153 | 37 | 52 |
| Binary | 1011000 | 10001011 | 1001010 | 100101 | 0 | 101111 | 101101 | 1101011 | 11111 | 101010 |
Color Harmonies of #588B4A
Complementary color
Monochromatic Colors of #588B4A
Black with #588B4A
Text Example
Text Example
White with #588B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B4A; }
p { color: rgb(88,139,74); }
H1.HeaderClassName
{
color: #588B4A;
}
.AnyTagClassName
{
color: #588B4A;
}
</style>
background-color css
<style>
a { background-color: #588B4A; }
a { background-color: rgb(88,139,74); }
div.DivClassName
{
background-color: #588B4A;
}
.BgClassName
{
background-color: #588B4A;
}
</style>
border-color css
<style>
span { border-color: #588B4A; }
span { border-color: rgb(88,139,74); }
td.TdClassName
{
border-color: #588B4A;
}
.TagClassName
{
border-color: #588B4A;
}
</style>