Shades of Vida Loca #59871F
Tints of Vida Loca #59871F
RGB
CMYK
RGB Variations
Color information
#59871F (or 0x59871F) is known color: Vida Loca. HEX triplet: 59, 87 and 1F. RGB value is (89,135,31). Sum of RGB (Red+Green+Blue) = 89+135+31=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #59871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59871F is #A678E0. Grayscale: #6D6D6D. Windows color (decimal): -10909921 or 2066265. OLE color: 2066265.
HSL color Cylindrical-coordinate representation of color #59871F: hue angle of 86.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #59871F is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 31 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.47 |
| HSL | 86.54º | 0.63% | 0.33% | - |
| HSV(B) | 86.54º | 0.77% | 0.53% | - |
| XYZ | 13.03 | 19.55 | 4.38 | - |
| YUV | 109.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 31 | 0.34 | 0 | 0.77 | 0.47 | 86.54 | 0.63 | 0.33 |
| Hex | 59 | 87 | 1F | 22 | 0 | 4D | 2F | 57 | 3F | 21 |
| Octal | 131 | 207 | 37 | 42 | 0 | 115 | 57 | 127 | 77 | 41 |
| Binary | 1011001 | 10000111 | 11111 | 100010 | 0 | 1001101 | 101111 | 1010111 | 111111 | 100001 |
Color Harmonies of #59871F
Complementary color
Monochromatic Colors of #59871F
Black with #59871F
Text Example
Text Example
White with #59871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59871F; }
p { color: rgb(89,135,31); }
H1.HeaderClassName
{
color: #59871F;
}
.AnyTagClassName
{
color: #59871F;
}
</style>
background-color css
<style>
a { background-color: #59871F; }
a { background-color: rgb(89,135,31); }
div.DivClassName
{
background-color: #59871F;
}
.BgClassName
{
background-color: #59871F;
}
</style>
border-color css
<style>
span { border-color: #59871F; }
span { border-color: rgb(89,135,31); }
td.TdClassName
{
border-color: #59871F;
}
.TagClassName
{
border-color: #59871F;
}
</style>