Shades of Vida Loca #588B20
Tints of Vida Loca #588B20
RGB
CMYK
RGB Variations
Color information
#588B20 (or 0x588B20) is known color: Vida Loca. HEX triplet: 58, 8B and 20. RGB value is (88,139,32). Sum of RGB (Red+Green+Blue) = 88+139+32=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #588B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588B20 is #A774DF. Grayscale: #6F6F6F. Windows color (decimal): -10974432 or 2132824. OLE color: 2132824.
HSL color Cylindrical-coordinate representation of color #588B20: hue angle of 88.6º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #588B20 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 139 | 32 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.45 |
| HSL | 88.6º | 0.63% | 0.34% | - |
| HSV(B) | 88.6º | 0.77% | 0.55% | - |
| XYZ | 13.52 | 20.64 | 4.64 | - |
| YUV | 111.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 32 | 0.37 | 0 | 0.77 | 0.45 | 88.6 | 0.63 | 0.34 |
| Hex | 58 | 8B | 20 | 25 | 0 | 4D | 2D | 59 | 3F | 22 |
| Octal | 130 | 213 | 40 | 45 | 0 | 115 | 55 | 131 | 77 | 42 |
| Binary | 1011000 | 10001011 | 100000 | 100101 | 0 | 1001101 | 101101 | 1011001 | 111111 | 100010 |
Color Harmonies of #588B20
Complementary color
Monochromatic Colors of #588B20
Black with #588B20
Text Example
Text Example
White with #588B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B20; }
p { color: rgb(88,139,32); }
H1.HeaderClassName
{
color: #588B20;
}
.AnyTagClassName
{
color: #588B20;
}
</style>
background-color css
<style>
a { background-color: #588B20; }
a { background-color: rgb(88,139,32); }
div.DivClassName
{
background-color: #588B20;
}
.BgClassName
{
background-color: #588B20;
}
</style>
border-color css
<style>
span { border-color: #588B20; }
span { border-color: rgb(88,139,32); }
td.TdClassName
{
border-color: #588B20;
}
.TagClassName
{
border-color: #588B20;
}
</style>