Shades of Vida Loca #588D3A
Tints of Vida Loca #588D3A
RGB
CMYK
RGB Variations
Color information
#588D3A (or 0x588D3A) is known color: Vida Loca. HEX triplet: 58, 8D and 3A. RGB value is (88,141,58). Sum of RGB (Red+Green+Blue) = 88+141+58=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #588D3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588D3A is #A772C5. Grayscale: #737373. Windows color (decimal): -10973894 or 3837272. OLE color: 3837272.
HSL color Cylindrical-coordinate representation of color #588D3A: hue angle of 98.31º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #588D3A is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 58 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.45 |
| HSL | 98.31º | 0.42% | 0.39% | - |
| HSV(B) | 98.31º | 0.59% | 0.55% | - |
| XYZ | 14.31 | 21.43 | 7.39 | - |
| YUV | 115.69 | 95.44 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 58 | 0.38 | 0 | 0.59 | 0.45 | 98.31 | 0.42 | 0.39 |
| Hex | 58 | 8D | 3A | 26 | 0 | 3B | 2D | 62 | 2A | 27 |
| Octal | 130 | 215 | 72 | 46 | 0 | 73 | 55 | 142 | 52 | 47 |
| Binary | 1011000 | 10001101 | 111010 | 100110 | 0 | 111011 | 101101 | 1100010 | 101010 | 100111 |
Color Harmonies of #588D3A
Complementary color
Monochromatic Colors of #588D3A
Black with #588D3A
Text Example
Text Example
White with #588D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D3A; }
p { color: rgb(88,141,58); }
H1.HeaderClassName
{
color: #588D3A;
}
.AnyTagClassName
{
color: #588D3A;
}
</style>
background-color css
<style>
a { background-color: #588D3A; }
a { background-color: rgb(88,141,58); }
div.DivClassName
{
background-color: #588D3A;
}
.BgClassName
{
background-color: #588D3A;
}
</style>
border-color css
<style>
span { border-color: #588D3A; }
span { border-color: rgb(88,141,58); }
td.TdClassName
{
border-color: #588D3A;
}
.TagClassName
{
border-color: #588D3A;
}
</style>