Shades of Vida Loca #59892C
Tints of Vida Loca #59892C
RGB
CMYK
RGB Variations
Color information
#59892C (or 0x59892C) is known color: Vida Loca. HEX triplet: 59, 89 and 2C. RGB value is (89,137,44). Sum of RGB (Red+Green+Blue) = 89+137+44=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #59892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59892C is #A676D3. Grayscale: #707070. Windows color (decimal): -10909396 or 2918745. OLE color: 2918745.
HSL color Cylindrical-coordinate representation of color #59892C: hue angle of 90.97º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59892C is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 44 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.46 |
| HSL | 90.97º | 0.51% | 0.35% | - |
| HSV(B) | 90.97º | 0.68% | 0.54% | - |
| XYZ | 13.52 | 20.2 | 5.57 | - |
| YUV | 112.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 44 | 0.35 | 0 | 0.68 | 0.46 | 90.97 | 0.51 | 0.35 |
| Hex | 59 | 89 | 2C | 23 | 0 | 44 | 2E | 5B | 33 | 23 |
| Octal | 131 | 211 | 54 | 43 | 0 | 104 | 56 | 133 | 63 | 43 |
| Binary | 1011001 | 10001001 | 101100 | 100011 | 0 | 1000100 | 101110 | 1011011 | 110011 | 100011 |
Color Harmonies of #59892C
Complementary color
Monochromatic Colors of #59892C
Black with #59892C
Text Example
Text Example
White with #59892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59892C; }
p { color: rgb(89,137,44); }
H1.HeaderClassName
{
color: #59892C;
}
.AnyTagClassName
{
color: #59892C;
}
</style>
background-color css
<style>
a { background-color: #59892C; }
a { background-color: rgb(89,137,44); }
div.DivClassName
{
background-color: #59892C;
}
.BgClassName
{
background-color: #59892C;
}
</style>
border-color css
<style>
span { border-color: #59892C; }
span { border-color: rgb(89,137,44); }
td.TdClassName
{
border-color: #59892C;
}
.TagClassName
{
border-color: #59892C;
}
</style>