Shades of Vida Loca #598B1E
Tints of Vida Loca #598B1E
RGB
CMYK
RGB Variations
Color information
#598B1E (or 0x598B1E) is known color: Vida Loca. HEX triplet: 59, 8B and 1E. RGB value is (89,139,30). Sum of RGB (Red+Green+Blue) = 89+139+30=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #598B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598B1E is #A674E1. Grayscale: #707070. Windows color (decimal): -10908898 or 2001753. OLE color: 2001753.
HSL color Cylindrical-coordinate representation of color #598B1E: hue angle of 87.52º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #598B1E is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 30 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.45 |
| HSL | 87.52º | 0.64% | 0.33% | - |
| HSV(B) | 87.52º | 0.78% | 0.55% | - |
| XYZ | 13.59 | 20.68 | 4.5 | - |
| YUV | 111.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 30 | 0.36 | 0 | 0.78 | 0.45 | 87.52 | 0.64 | 0.33 |
| Hex | 59 | 8B | 1E | 24 | 0 | 4E | 2D | 58 | 40 | 21 |
| Octal | 131 | 213 | 36 | 44 | 0 | 116 | 55 | 130 | 100 | 41 |
| Binary | 1011001 | 10001011 | 11110 | 100100 | 0 | 1001110 | 101101 | 1011000 | 1000000 | 100001 |
Color Harmonies of #598B1E
Complementary color
Monochromatic Colors of #598B1E
Black with #598B1E
Text Example
Text Example
White with #598B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B1E; }
p { color: rgb(89,139,30); }
H1.HeaderClassName
{
color: #598B1E;
}
.AnyTagClassName
{
color: #598B1E;
}
</style>
background-color css
<style>
a { background-color: #598B1E; }
a { background-color: rgb(89,139,30); }
div.DivClassName
{
background-color: #598B1E;
}
.BgClassName
{
background-color: #598B1E;
}
</style>
border-color css
<style>
span { border-color: #598B1E; }
span { border-color: rgb(89,139,30); }
td.TdClassName
{
border-color: #598B1E;
}
.TagClassName
{
border-color: #598B1E;
}
</style>