Shades of Vida Loca #598C34
Tints of Vida Loca #598C34
RGB
CMYK
RGB Variations
Color information
#598C34 (or 0x598C34) is known color: Vida Loca. HEX triplet: 59, 8C and 34. RGB value is (89,140,52). Sum of RGB (Red+Green+Blue) = 89+140+52=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #598C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598C34 is #A673CB. Grayscale: #737373. Windows color (decimal): -10908620 or 3443801. OLE color: 3443801.
HSL color Cylindrical-coordinate representation of color #598C34: hue angle of 94.77º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #598C34 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 140 | 52 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.45 |
| HSL | 94.77º | 0.46% | 0.38% | - |
| HSV(B) | 94.77º | 0.63% | 0.55% | - |
| XYZ | 14.12 | 21.13 | 6.58 | - |
| YUV | 114.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 52 | 0.36 | 0 | 0.63 | 0.45 | 94.77 | 0.46 | 0.38 |
| Hex | 59 | 8C | 34 | 24 | 0 | 3F | 2D | 5F | 2E | 26 |
| Octal | 131 | 214 | 64 | 44 | 0 | 77 | 55 | 137 | 56 | 46 |
| Binary | 1011001 | 10001100 | 110100 | 100100 | 0 | 111111 | 101101 | 1011111 | 101110 | 100110 |
Color Harmonies of #598C34
Complementary color
Monochromatic Colors of #598C34
Black with #598C34
Text Example
Text Example
White with #598C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598C34; }
p { color: rgb(89,140,52); }
H1.HeaderClassName
{
color: #598C34;
}
.AnyTagClassName
{
color: #598C34;
}
</style>
background-color css
<style>
a { background-color: #598C34; }
a { background-color: rgb(89,140,52); }
div.DivClassName
{
background-color: #598C34;
}
.BgClassName
{
background-color: #598C34;
}
</style>
border-color css
<style>
span { border-color: #598C34; }
span { border-color: rgb(89,140,52); }
td.TdClassName
{
border-color: #598C34;
}
.TagClassName
{
border-color: #598C34;
}
</style>