Shades of Vida Loca #598E0E
Tints of Vida Loca #598E0E
RGB
CMYK
RGB Variations
Color information
#598E0E (or 0x598E0E) is known color: Vida Loca. HEX triplet: 59, 8E and 0E. RGB value is (89,142,14). Sum of RGB (Red+Green+Blue) = 89+142+14=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #598E0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598E0E is #A671F1. Grayscale: #707070. Windows color (decimal): -10908146 or 953945. OLE color: 953945.
HSL color Cylindrical-coordinate representation of color #598E0E: hue angle of 84.84º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #598E0E is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 14 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.44 |
| HSL | 84.84º | 0.82% | 0.31% | - |
| HSV(B) | 84.84º | 0.9% | 0.56% | - |
| XYZ | 13.87 | 21.5 | 3.83 | - |
| YUV | 111.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 14 | 0.37 | 0 | 0.90 | 0.44 | 84.84 | 0.82 | 0.31 |
| Hex | 59 | 8E | E | 25 | 0 | 5A | 2C | 55 | 52 | 1F |
| Octal | 131 | 216 | 16 | 45 | 0 | 132 | 54 | 125 | 122 | 37 |
| Binary | 1011001 | 10001110 | 1110 | 100101 | 0 | 1011010 | 101100 | 1010101 | 1010010 | 11111 |
Color Harmonies of #598E0E
Complementary color
Monochromatic Colors of #598E0E
Black with #598E0E
Text Example
Text Example
White with #598E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E0E; }
p { color: rgb(89,142,14); }
H1.HeaderClassName
{
color: #598E0E;
}
.AnyTagClassName
{
color: #598E0E;
}
</style>
background-color css
<style>
a { background-color: #598E0E; }
a { background-color: rgb(89,142,14); }
div.DivClassName
{
background-color: #598E0E;
}
.BgClassName
{
background-color: #598E0E;
}
</style>
border-color css
<style>
span { border-color: #598E0E; }
span { border-color: rgb(89,142,14); }
td.TdClassName
{
border-color: #598E0E;
}
.TagClassName
{
border-color: #598E0E;
}
</style>