Shades of Vida Loca #588D32
Tints of Vida Loca #588D32
RGB
CMYK
RGB Variations
Color information
#588D32 (or 0x588D32) is known color: Vida Loca. HEX triplet: 58, 8D and 32. RGB value is (88,141,50). Sum of RGB (Red+Green+Blue) = 88+141+50=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #588D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588D32 is #A772CD. Grayscale: #737373. Windows color (decimal): -10973902 or 3312984. OLE color: 3312984.
HSL color Cylindrical-coordinate representation of color #588D32: hue angle of 94.95º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #588D32 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 50 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.45 |
| HSL | 94.95º | 0.48% | 0.37% | - |
| HSV(B) | 94.95º | 0.65% | 0.55% | - |
| XYZ | 14.13 | 21.35 | 6.4 | - |
| YUV | 114.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 50 | 0.38 | 0 | 0.65 | 0.45 | 94.95 | 0.48 | 0.37 |
| Hex | 58 | 8D | 32 | 26 | 0 | 41 | 2D | 5F | 30 | 25 |
| Octal | 130 | 215 | 62 | 46 | 0 | 101 | 55 | 137 | 60 | 45 |
| Binary | 1011000 | 10001101 | 110010 | 100110 | 0 | 1000001 | 101101 | 1011111 | 110000 | 100101 |
Color Harmonies of #588D32
Complementary color
Monochromatic Colors of #588D32
Black with #588D32
Text Example
Text Example
White with #588D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D32; }
p { color: rgb(88,141,50); }
H1.HeaderClassName
{
color: #588D32;
}
.AnyTagClassName
{
color: #588D32;
}
</style>
background-color css
<style>
a { background-color: #588D32; }
a { background-color: rgb(88,141,50); }
div.DivClassName
{
background-color: #588D32;
}
.BgClassName
{
background-color: #588D32;
}
</style>
border-color css
<style>
span { border-color: #588D32; }
span { border-color: rgb(88,141,50); }
td.TdClassName
{
border-color: #588D32;
}
.TagClassName
{
border-color: #588D32;
}
</style>