Shades of Vida Loca #59902F
Tints of Vida Loca #59902F
RGB
CMYK
RGB Variations
Color information
#59902F (or 0x59902F) is known color: Vida Loca. HEX triplet: 59, 90 and 2F. RGB value is (89,144,47). Sum of RGB (Red+Green+Blue) = 89+144+47=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #59902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59902F is #A66FD0. Grayscale: #747474. Windows color (decimal): -10907601 or 3117145. OLE color: 3117145.
HSL color Cylindrical-coordinate representation of color #59902F: hue angle of 94.02º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59902F is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 47 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.44 |
| HSL | 94.02º | 0.51% | 0.37% | - |
| HSV(B) | 94.02º | 0.67% | 0.56% | - |
| XYZ | 14.61 | 22.28 | 6.22 | - |
| YUV | 116.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 47 | 0.38 | 0 | 0.67 | 0.44 | 94.02 | 0.51 | 0.37 |
| Hex | 59 | 90 | 2F | 26 | 0 | 43 | 2C | 5E | 33 | 25 |
| Octal | 131 | 220 | 57 | 46 | 0 | 103 | 54 | 136 | 63 | 45 |
| Binary | 1011001 | 10010000 | 101111 | 100110 | 0 | 1000011 | 101100 | 1011110 | 110011 | 100101 |
Color Harmonies of #59902F
Complementary color
Monochromatic Colors of #59902F
Black with #59902F
Text Example
Text Example
White with #59902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59902F; }
p { color: rgb(89,144,47); }
H1.HeaderClassName
{
color: #59902F;
}
.AnyTagClassName
{
color: #59902F;
}
</style>
background-color css
<style>
a { background-color: #59902F; }
a { background-color: rgb(89,144,47); }
div.DivClassName
{
background-color: #59902F;
}
.BgClassName
{
background-color: #59902F;
}
</style>
border-color css
<style>
span { border-color: #59902F; }
span { border-color: rgb(89,144,47); }
td.TdClassName
{
border-color: #59902F;
}
.TagClassName
{
border-color: #59902F;
}
</style>