Shades of Vida Loca #588C1F
Tints of Vida Loca #588C1F
RGB
CMYK
RGB Variations
Color information
#588C1F (or 0x588C1F) is known color: Vida Loca. HEX triplet: 58, 8C and 1F. RGB value is (88,140,31). Sum of RGB (Red+Green+Blue) = 88+140+31=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #588C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588C1F is #A773E0. Grayscale: #707070. Windows color (decimal): -10974177 or 2067544. OLE color: 2067544.
HSL color Cylindrical-coordinate representation of color #588C1F: hue angle of 88.62º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #588C1F is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 31 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.45 |
| HSL | 88.62º | 0.64% | 0.34% | - |
| HSV(B) | 88.62º | 0.78% | 0.55% | - |
| XYZ | 13.65 | 20.93 | 4.62 | - |
| YUV | 112.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 31 | 0.37 | 0 | 0.78 | 0.45 | 88.62 | 0.64 | 0.34 |
| Hex | 58 | 8C | 1F | 25 | 0 | 4E | 2D | 59 | 40 | 22 |
| Octal | 130 | 214 | 37 | 45 | 0 | 116 | 55 | 131 | 100 | 42 |
| Binary | 1011000 | 10001100 | 11111 | 100101 | 0 | 1001110 | 101101 | 1011001 | 1000000 | 100010 |
Color Harmonies of #588C1F
Complementary color
Monochromatic Colors of #588C1F
Black with #588C1F
Text Example
Text Example
White with #588C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C1F; }
p { color: rgb(88,140,31); }
H1.HeaderClassName
{
color: #588C1F;
}
.AnyTagClassName
{
color: #588C1F;
}
</style>
background-color css
<style>
a { background-color: #588C1F; }
a { background-color: rgb(88,140,31); }
div.DivClassName
{
background-color: #588C1F;
}
.BgClassName
{
background-color: #588C1F;
}
</style>
border-color css
<style>
span { border-color: #588C1F; }
span { border-color: rgb(88,140,31); }
td.TdClassName
{
border-color: #588C1F;
}
.TagClassName
{
border-color: #588C1F;
}
</style>