Shades of Vida Loca #598B29
Tints of Vida Loca #598B29
RGB
CMYK
RGB Variations
Color information
#598B29 (or 0x598B29) is known color: Vida Loca. HEX triplet: 59, 8B and 29. RGB value is (89,139,41). Sum of RGB (Red+Green+Blue) = 89+139+41=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #598B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598B29 is #A674D6. Grayscale: #717171. Windows color (decimal): -10908887 or 2722649. OLE color: 2722649.
HSL color Cylindrical-coordinate representation of color #598B29: hue angle of 90.61º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #598B29 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 41 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.45 |
| HSL | 90.61º | 0.54% | 0.35% | - |
| HSV(B) | 90.61º | 0.71% | 0.55% | - |
| XYZ | 13.75 | 20.75 | 5.38 | - |
| YUV | 112.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 41 | 0.36 | 0 | 0.71 | 0.45 | 90.61 | 0.54 | 0.35 |
| Hex | 59 | 8B | 29 | 24 | 0 | 47 | 2D | 5B | 36 | 23 |
| Octal | 131 | 213 | 51 | 44 | 0 | 107 | 55 | 133 | 66 | 43 |
| Binary | 1011001 | 10001011 | 101001 | 100100 | 0 | 1000111 | 101101 | 1011011 | 110110 | 100011 |
Color Harmonies of #598B29
Complementary color
Monochromatic Colors of #598B29
Black with #598B29
Text Example
Text Example
White with #598B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B29; }
p { color: rgb(89,139,41); }
H1.HeaderClassName
{
color: #598B29;
}
.AnyTagClassName
{
color: #598B29;
}
</style>
background-color css
<style>
a { background-color: #598B29; }
a { background-color: rgb(89,139,41); }
div.DivClassName
{
background-color: #598B29;
}
.BgClassName
{
background-color: #598B29;
}
</style>
border-color css
<style>
span { border-color: #598B29; }
span { border-color: rgb(89,139,41); }
td.TdClassName
{
border-color: #598B29;
}
.TagClassName
{
border-color: #598B29;
}
</style>