Shades of Vida Loca #598B10
Tints of Vida Loca #598B10
RGB
CMYK
RGB Variations
Color information
#598B10 (or 0x598B10) is known color: Vida Loca. HEX triplet: 59, 8B and 10. RGB value is (89,139,16). Sum of RGB (Red+Green+Blue) = 89+139+16=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #598B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598B10 is #A674EF. Grayscale: #6E6E6E. Windows color (decimal): -10908912 or 1084249. OLE color: 1084249.
HSL color Cylindrical-coordinate representation of color #598B10: hue angle of 84.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #598B10 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 16 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.45 |
| HSL | 84.39º | 0.79% | 0.3% | - |
| HSV(B) | 84.39º | 0.88% | 0.55% | - |
| XYZ | 13.45 | 20.63 | 3.76 | - |
| YUV | 110.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 16 | 0.36 | 0 | 0.88 | 0.45 | 84.39 | 0.79 | 0.3 |
| Hex | 59 | 8B | 10 | 24 | 0 | 58 | 2D | 54 | 4F | 1E |
| Octal | 131 | 213 | 20 | 44 | 0 | 130 | 55 | 124 | 117 | 36 |
| Binary | 1011001 | 10001011 | 10000 | 100100 | 0 | 1011000 | 101101 | 1010100 | 1001111 | 11110 |
Color Harmonies of #598B10
Complementary color
Monochromatic Colors of #598B10
Black with #598B10
Text Example
Text Example
White with #598B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B10; }
p { color: rgb(89,139,16); }
H1.HeaderClassName
{
color: #598B10;
}
.AnyTagClassName
{
color: #598B10;
}
</style>
background-color css
<style>
a { background-color: #598B10; }
a { background-color: rgb(89,139,16); }
div.DivClassName
{
background-color: #598B10;
}
.BgClassName
{
background-color: #598B10;
}
</style>
border-color css
<style>
span { border-color: #598B10; }
span { border-color: rgb(89,139,16); }
td.TdClassName
{
border-color: #598B10;
}
.TagClassName
{
border-color: #598B10;
}
</style>