Shades of Vida Loca #59892D
Tints of Vida Loca #59892D
RGB
CMYK
RGB Variations
Color information
#59892D (or 0x59892D) is known color: Vida Loca. HEX triplet: 59, 89 and 2D. RGB value is (89,137,45). Sum of RGB (Red+Green+Blue) = 89+137+45=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #59892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59892D is #A676D2. Grayscale: #707070. Windows color (decimal): -10909395 or 2984281. OLE color: 2984281.
HSL color Cylindrical-coordinate representation of color #59892D: hue angle of 91.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59892D is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 45 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.46 |
| HSL | 91.3º | 0.51% | 0.36% | - |
| HSV(B) | 91.3º | 0.67% | 0.54% | - |
| XYZ | 13.54 | 20.2 | 5.67 | - |
| YUV | 112.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 45 | 0.35 | 0 | 0.67 | 0.46 | 91.3 | 0.51 | 0.36 |
| Hex | 59 | 89 | 2D | 23 | 0 | 43 | 2E | 5B | 33 | 24 |
| Octal | 131 | 211 | 55 | 43 | 0 | 103 | 56 | 133 | 63 | 44 |
| Binary | 1011001 | 10001001 | 101101 | 100011 | 0 | 1000011 | 101110 | 1011011 | 110011 | 100100 |
Color Harmonies of #59892D
Complementary color
Monochromatic Colors of #59892D
Black with #59892D
Text Example
Text Example
White with #59892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59892D; }
p { color: rgb(89,137,45); }
H1.HeaderClassName
{
color: #59892D;
}
.AnyTagClassName
{
color: #59892D;
}
</style>
background-color css
<style>
a { background-color: #59892D; }
a { background-color: rgb(89,137,45); }
div.DivClassName
{
background-color: #59892D;
}
.BgClassName
{
background-color: #59892D;
}
</style>
border-color css
<style>
span { border-color: #59892D; }
span { border-color: rgb(89,137,45); }
td.TdClassName
{
border-color: #59892D;
}
.TagClassName
{
border-color: #59892D;
}
</style>