Shades of Vida Loca #598222
Tints of Vida Loca #598222
RGB
CMYK
RGB Variations
Color information
#598222 (or 0x598222) is known color: Vida Loca. HEX triplet: 59, 82 and 22. RGB value is (89,130,34). Sum of RGB (Red+Green+Blue) = 89+130+34=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #598222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598222 is #A67DDD. Grayscale: #6B6B6B. Windows color (decimal): -10911198 or 2261593. OLE color: 2261593.
HSL color Cylindrical-coordinate representation of color #598222: hue angle of 85.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #598222 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 34 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.49 |
| HSL | 85.62º | 0.59% | 0.32% | - |
| HSV(B) | 85.62º | 0.74% | 0.51% | - |
| XYZ | 12.39 | 18.2 | 4.37 | - |
| YUV | 106.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 34 | 0.32 | 0 | 0.74 | 0.49 | 85.62 | 0.59 | 0.32 |
| Hex | 59 | 82 | 22 | 20 | 0 | 4A | 31 | 56 | 3B | 20 |
| Octal | 131 | 202 | 42 | 40 | 0 | 112 | 61 | 126 | 73 | 40 |
| Binary | 1011001 | 10000010 | 100010 | 100000 | 0 | 1001010 | 110001 | 1010110 | 111011 | 100000 |
Color Harmonies of #598222
Complementary color
Monochromatic Colors of #598222
Black with #598222
Text Example
Text Example
White with #598222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598222; }
p { color: rgb(89,130,34); }
H1.HeaderClassName
{
color: #598222;
}
.AnyTagClassName
{
color: #598222;
}
</style>
background-color css
<style>
a { background-color: #598222; }
a { background-color: rgb(89,130,34); }
div.DivClassName
{
background-color: #598222;
}
.BgClassName
{
background-color: #598222;
}
</style>
border-color css
<style>
span { border-color: #598222; }
span { border-color: rgb(89,130,34); }
td.TdClassName
{
border-color: #598222;
}
.TagClassName
{
border-color: #598222;
}
</style>