Shades of Vida Loca #59913C
Tints of Vida Loca #59913C
RGB
CMYK
RGB Variations
Color information
#59913C (or 0x59913C) is known color: Vida Loca. HEX triplet: 59, 91 and 3C. RGB value is (89,145,60). Sum of RGB (Red+Green+Blue) = 89+145+60=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #59913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59913C is #A66EC3. Grayscale: #767676. Windows color (decimal): -10907332 or 3969369. OLE color: 3969369.
HSL color Cylindrical-coordinate representation of color #59913C: hue angle of 99.53º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59913C is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 60 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.43 |
| HSL | 99.53º | 0.41% | 0.4% | - |
| HSV(B) | 99.53º | 0.59% | 0.57% | - |
| XYZ | 15.06 | 22.7 | 7.86 | - |
| YUV | 118.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 60 | 0.39 | 0 | 0.59 | 0.43 | 99.53 | 0.41 | 0.4 |
| Hex | 59 | 91 | 3C | 27 | 0 | 3B | 2B | 64 | 29 | 28 |
| Octal | 131 | 221 | 74 | 47 | 0 | 73 | 53 | 144 | 51 | 50 |
| Binary | 1011001 | 10010001 | 111100 | 100111 | 0 | 111011 | 101011 | 1100100 | 101001 | 101000 |
Color Harmonies of #59913C
Complementary color
Monochromatic Colors of #59913C
Black with #59913C
Text Example
Text Example
White with #59913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59913C; }
p { color: rgb(89,145,60); }
H1.HeaderClassName
{
color: #59913C;
}
.AnyTagClassName
{
color: #59913C;
}
</style>
background-color css
<style>
a { background-color: #59913C; }
a { background-color: rgb(89,145,60); }
div.DivClassName
{
background-color: #59913C;
}
.BgClassName
{
background-color: #59913C;
}
</style>
border-color css
<style>
span { border-color: #59913C; }
span { border-color: rgb(89,145,60); }
td.TdClassName
{
border-color: #59913C;
}
.TagClassName
{
border-color: #59913C;
}
</style>