Shades of Vida Loca #588D28
Tints of Vida Loca #588D28
RGB
CMYK
RGB Variations
Color information
#588D28 (or 0x588D28) is known color: Vida Loca. HEX triplet: 58, 8D and 28. RGB value is (88,141,40). Sum of RGB (Red+Green+Blue) = 88+141+40=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #588D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588D28 is #A772D7. Grayscale: #717171. Windows color (decimal): -10973912 or 2657624. OLE color: 2657624.
HSL color Cylindrical-coordinate representation of color #588D28: hue angle of 91.49º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #588D28 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 40 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.45 |
| HSL | 91.49º | 0.56% | 0.35% | - |
| HSV(B) | 91.49º | 0.72% | 0.55% | - |
| XYZ | 13.93 | 21.28 | 5.38 | - |
| YUV | 113.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 40 | 0.38 | 0 | 0.72 | 0.45 | 91.49 | 0.56 | 0.35 |
| Hex | 58 | 8D | 28 | 26 | 0 | 48 | 2D | 5B | 38 | 23 |
| Octal | 130 | 215 | 50 | 46 | 0 | 110 | 55 | 133 | 70 | 43 |
| Binary | 1011000 | 10001101 | 101000 | 100110 | 0 | 1001000 | 101101 | 1011011 | 111000 | 100011 |
Color Harmonies of #588D28
Complementary color
Monochromatic Colors of #588D28
Black with #588D28
Text Example
Text Example
White with #588D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D28; }
p { color: rgb(88,141,40); }
H1.HeaderClassName
{
color: #588D28;
}
.AnyTagClassName
{
color: #588D28;
}
</style>
background-color css
<style>
a { background-color: #588D28; }
a { background-color: rgb(88,141,40); }
div.DivClassName
{
background-color: #588D28;
}
.BgClassName
{
background-color: #588D28;
}
</style>
border-color css
<style>
span { border-color: #588D28; }
span { border-color: rgb(88,141,40); }
td.TdClassName
{
border-color: #588D28;
}
.TagClassName
{
border-color: #588D28;
}
</style>