Shades of Vida Loca #598E31
Tints of Vida Loca #598E31
RGB
CMYK
RGB Variations
Color information
#598E31 (or 0x598E31) is known color: Vida Loca. HEX triplet: 59, 8E and 31. RGB value is (89,142,49). Sum of RGB (Red+Green+Blue) = 89+142+49=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #598E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598E31 is #A671CE. Grayscale: #737373. Windows color (decimal): -10908111 or 3247705. OLE color: 3247705.
HSL color Cylindrical-coordinate representation of color #598E31: hue angle of 94.19º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #598E31 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 49 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.44 |
| HSL | 94.19º | 0.49% | 0.37% | - |
| HSV(B) | 94.19º | 0.65% | 0.56% | - |
| XYZ | 14.35 | 21.69 | 6.34 | - |
| YUV | 115.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 49 | 0.37 | 0 | 0.65 | 0.44 | 94.19 | 0.49 | 0.37 |
| Hex | 59 | 8E | 31 | 25 | 0 | 41 | 2C | 5E | 31 | 25 |
| Octal | 131 | 216 | 61 | 45 | 0 | 101 | 54 | 136 | 61 | 45 |
| Binary | 1011001 | 10001110 | 110001 | 100101 | 0 | 1000001 | 101100 | 1011110 | 110001 | 100101 |
Color Harmonies of #598E31
Complementary color
Monochromatic Colors of #598E31
Black with #598E31
Text Example
Text Example
White with #598E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E31; }
p { color: rgb(89,142,49); }
H1.HeaderClassName
{
color: #598E31;
}
.AnyTagClassName
{
color: #598E31;
}
</style>
background-color css
<style>
a { background-color: #598E31; }
a { background-color: rgb(89,142,49); }
div.DivClassName
{
background-color: #598E31;
}
.BgClassName
{
background-color: #598E31;
}
</style>
border-color css
<style>
span { border-color: #598E31; }
span { border-color: rgb(89,142,49); }
td.TdClassName
{
border-color: #598E31;
}
.TagClassName
{
border-color: #598E31;
}
</style>