Shades of Vida Loca #598A35
Tints of Vida Loca #598A35
RGB
CMYK
RGB Variations
Color information
#598A35 (or 0x598A35) is known color: Vida Loca. HEX triplet: 59, 8A and 35. RGB value is (89,138,53). Sum of RGB (Red+Green+Blue) = 89+138+53=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #598A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598A35 is #A675CA. Grayscale: #717171. Windows color (decimal): -10909131 or 3508825. OLE color: 3508825.
HSL color Cylindrical-coordinate representation of color #598A35: hue angle of 94.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #598A35 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 138 | 53 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.46 |
| HSL | 94.59º | 0.45% | 0.37% | - |
| HSV(B) | 94.59º | 0.62% | 0.54% | - |
| XYZ | 13.85 | 20.56 | 6.61 | - |
| YUV | 113.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 53 | 0.36 | 0 | 0.62 | 0.46 | 94.59 | 0.45 | 0.37 |
| Hex | 59 | 8A | 35 | 24 | 0 | 3E | 2E | 5F | 2D | 25 |
| Octal | 131 | 212 | 65 | 44 | 0 | 76 | 56 | 137 | 55 | 45 |
| Binary | 1011001 | 10001010 | 110101 | 100100 | 0 | 111110 | 101110 | 1011111 | 101101 | 100101 |
Color Harmonies of #598A35
Complementary color
Monochromatic Colors of #598A35
Black with #598A35
Text Example
Text Example
White with #598A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598A35; }
p { color: rgb(89,138,53); }
H1.HeaderClassName
{
color: #598A35;
}
.AnyTagClassName
{
color: #598A35;
}
</style>
background-color css
<style>
a { background-color: #598A35; }
a { background-color: rgb(89,138,53); }
div.DivClassName
{
background-color: #598A35;
}
.BgClassName
{
background-color: #598A35;
}
</style>
border-color css
<style>
span { border-color: #598A35; }
span { border-color: rgb(89,138,53); }
td.TdClassName
{
border-color: #598A35;
}
.TagClassName
{
border-color: #598A35;
}
</style>