Shades of Vida Loca #598231
Tints of Vida Loca #598231
RGB
CMYK
RGB Variations
Color information
#598231 (or 0x598231) is known color: Vida Loca. HEX triplet: 59, 82 and 31. RGB value is (89,130,49). Sum of RGB (Red+Green+Blue) = 89+130+49=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #598231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598231 is #A67DCE. Grayscale: #6C6C6C. Windows color (decimal): -10911183 or 3244633. OLE color: 3244633.
HSL color Cylindrical-coordinate representation of color #598231: hue angle of 90.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #598231 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 49 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.49 |
| HSL | 90.37º | 0.45% | 0.35% | - |
| HSV(B) | 90.37º | 0.62% | 0.51% | - |
| XYZ | 12.66 | 18.31 | 5.77 | - |
| YUV | 108.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 49 | 0.32 | 0 | 0.62 | 0.49 | 90.37 | 0.45 | 0.35 |
| Hex | 59 | 82 | 31 | 20 | 0 | 3E | 31 | 5A | 2D | 23 |
| Octal | 131 | 202 | 61 | 40 | 0 | 76 | 61 | 132 | 55 | 43 |
| Binary | 1011001 | 10000010 | 110001 | 100000 | 0 | 111110 | 110001 | 1011010 | 101101 | 100011 |
Color Harmonies of #598231
Complementary color
Monochromatic Colors of #598231
Black with #598231
Text Example
Text Example
White with #598231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598231; }
p { color: rgb(89,130,49); }
H1.HeaderClassName
{
color: #598231;
}
.AnyTagClassName
{
color: #598231;
}
</style>
background-color css
<style>
a { background-color: #598231; }
a { background-color: rgb(89,130,49); }
div.DivClassName
{
background-color: #598231;
}
.BgClassName
{
background-color: #598231;
}
</style>
border-color css
<style>
span { border-color: #598231; }
span { border-color: rgb(89,130,49); }
td.TdClassName
{
border-color: #598231;
}
.TagClassName
{
border-color: #598231;
}
</style>