Shades of Vida Loca #588C33
Tints of Vida Loca #588C33
RGB
CMYK
RGB Variations
Color information
#588C33 (or 0x588C33) is known color: Vida Loca. HEX triplet: 58, 8C and 33. RGB value is (88,140,51). Sum of RGB (Red+Green+Blue) = 88+140+51=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #588C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588C33 is #A773CC. Grayscale: #727272. Windows color (decimal): -10974157 or 3378264. OLE color: 3378264.
HSL color Cylindrical-coordinate representation of color #588C33: hue angle of 95.06º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #588C33 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 51 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.45 |
| HSL | 95.06º | 0.47% | 0.37% | - |
| HSV(B) | 95.06º | 0.64% | 0.55% | - |
| XYZ | 14 | 21.07 | 6.46 | - |
| YUV | 114.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 51 | 0.37 | 0 | 0.64 | 0.45 | 95.06 | 0.47 | 0.37 |
| Hex | 58 | 8C | 33 | 25 | 0 | 40 | 2D | 5F | 2F | 25 |
| Octal | 130 | 214 | 63 | 45 | 0 | 100 | 55 | 137 | 57 | 45 |
| Binary | 1011000 | 10001100 | 110011 | 100101 | 0 | 1000000 | 101101 | 1011111 | 101111 | 100101 |
Color Harmonies of #588C33
Complementary color
Monochromatic Colors of #588C33
Black with #588C33
Text Example
Text Example
White with #588C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C33; }
p { color: rgb(88,140,51); }
H1.HeaderClassName
{
color: #588C33;
}
.AnyTagClassName
{
color: #588C33;
}
</style>
background-color css
<style>
a { background-color: #588C33; }
a { background-color: rgb(88,140,51); }
div.DivClassName
{
background-color: #588C33;
}
.BgClassName
{
background-color: #588C33;
}
</style>
border-color css
<style>
span { border-color: #588C33; }
span { border-color: rgb(88,140,51); }
td.TdClassName
{
border-color: #588C33;
}
.TagClassName
{
border-color: #588C33;
}
</style>