Shades of Vida Loca #588C31
Tints of Vida Loca #588C31
RGB
CMYK
RGB Variations
Color information
#588C31 (or 0x588C31) is known color: Vida Loca. HEX triplet: 58, 8C and 31. RGB value is (88,140,49). Sum of RGB (Red+Green+Blue) = 88+140+49=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #588C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588C31 is #A773CE. Grayscale: #727272. Windows color (decimal): -10974159 or 3247192. OLE color: 3247192.
HSL color Cylindrical-coordinate representation of color #588C31: hue angle of 94.29º 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 #588C31 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 49 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.45 |
| HSL | 94.29º | 0.48% | 0.37% | - |
| HSV(B) | 94.29º | 0.65% | 0.55% | - |
| XYZ | 13.96 | 21.05 | 6.23 | - |
| YUV | 114.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 49 | 0.37 | 0 | 0.65 | 0.45 | 94.29 | 0.48 | 0.37 |
| Hex | 58 | 8C | 31 | 25 | 0 | 41 | 2D | 5E | 30 | 25 |
| Octal | 130 | 214 | 61 | 45 | 0 | 101 | 55 | 136 | 60 | 45 |
| Binary | 1011000 | 10001100 | 110001 | 100101 | 0 | 1000001 | 101101 | 1011110 | 110000 | 100101 |
Color Harmonies of #588C31
Complementary color
Monochromatic Colors of #588C31
Black with #588C31
Text Example
Text Example
White with #588C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C31; }
p { color: rgb(88,140,49); }
H1.HeaderClassName
{
color: #588C31;
}
.AnyTagClassName
{
color: #588C31;
}
</style>
background-color css
<style>
a { background-color: #588C31; }
a { background-color: rgb(88,140,49); }
div.DivClassName
{
background-color: #588C31;
}
.BgClassName
{
background-color: #588C31;
}
</style>
border-color css
<style>
span { border-color: #588C31; }
span { border-color: rgb(88,140,49); }
td.TdClassName
{
border-color: #588C31;
}
.TagClassName
{
border-color: #588C31;
}
</style>