Shades of Vida Loca #588F2D
Tints of Vida Loca #588F2D
RGB
CMYK
RGB Variations
Color information
#588F2D (or 0x588F2D) is known color: Vida Loca. HEX triplet: 58, 8F and 2D. RGB value is (88,143,45). Sum of RGB (Red+Green+Blue) = 88+143+45=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #588F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588F2D is #A770D2. Grayscale: #737373. Windows color (decimal): -10973395 or 2985816. OLE color: 2985816.
HSL color Cylindrical-coordinate representation of color #588F2D: hue angle of 93.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #588F2D is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 143 | 45 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.44 |
| HSL | 93.67º | 0.52% | 0.37% | - |
| HSV(B) | 93.67º | 0.69% | 0.56% | - |
| XYZ | 14.32 | 21.91 | 5.96 | - |
| YUV | 115.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 45 | 0.38 | 0 | 0.69 | 0.44 | 93.67 | 0.52 | 0.37 |
| Hex | 58 | 8F | 2D | 26 | 0 | 45 | 2C | 5E | 34 | 25 |
| Octal | 130 | 217 | 55 | 46 | 0 | 105 | 54 | 136 | 64 | 45 |
| Binary | 1011000 | 10001111 | 101101 | 100110 | 0 | 1000101 | 101100 | 1011110 | 110100 | 100101 |
Color Harmonies of #588F2D
Complementary color
Monochromatic Colors of #588F2D
Black with #588F2D
Text Example
Text Example
White with #588F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588F2D; }
p { color: rgb(88,143,45); }
H1.HeaderClassName
{
color: #588F2D;
}
.AnyTagClassName
{
color: #588F2D;
}
</style>
background-color css
<style>
a { background-color: #588F2D; }
a { background-color: rgb(88,143,45); }
div.DivClassName
{
background-color: #588F2D;
}
.BgClassName
{
background-color: #588F2D;
}
</style>
border-color css
<style>
span { border-color: #588F2D; }
span { border-color: rgb(88,143,45); }
td.TdClassName
{
border-color: #588F2D;
}
.TagClassName
{
border-color: #588F2D;
}
</style>