Shades of Vida Loca #58832B
Tints of Vida Loca #58832B
RGB
CMYK
RGB Variations
Color information
#58832B (or 0x58832B) is known color: Vida Loca. HEX triplet: 58, 83 and 2B. RGB value is (88,131,43). Sum of RGB (Red+Green+Blue) = 88+131+43=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #58832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58832B is #A77CD4. Grayscale: #6C6C6C. Windows color (decimal): -10976469 or 2851672. OLE color: 2851672.
HSL color Cylindrical-coordinate representation of color #58832B: hue angle of 89.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58832B is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 131 | 43 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.49 |
| HSL | 89.32º | 0.51% | 0.34% | - |
| HSV(B) | 89.32º | 0.67% | 0.51% | - |
| XYZ | 12.58 | 18.48 | 5.19 | - |
| YUV | 108.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 43 | 0.33 | 0 | 0.67 | 0.49 | 89.32 | 0.51 | 0.34 |
| Hex | 58 | 83 | 2B | 21 | 0 | 43 | 31 | 59 | 33 | 22 |
| Octal | 130 | 203 | 53 | 41 | 0 | 103 | 61 | 131 | 63 | 42 |
| Binary | 1011000 | 10000011 | 101011 | 100001 | 0 | 1000011 | 110001 | 1011001 | 110011 | 100010 |
Color Harmonies of #58832B
Complementary color
Monochromatic Colors of #58832B
Black with #58832B
Text Example
Text Example
White with #58832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58832B; }
p { color: rgb(88,131,43); }
H1.HeaderClassName
{
color: #58832B;
}
.AnyTagClassName
{
color: #58832B;
}
</style>
background-color css
<style>
a { background-color: #58832B; }
a { background-color: rgb(88,131,43); }
div.DivClassName
{
background-color: #58832B;
}
.BgClassName
{
background-color: #58832B;
}
</style>
border-color css
<style>
span { border-color: #58832B; }
span { border-color: rgb(88,131,43); }
td.TdClassName
{
border-color: #58832B;
}
.TagClassName
{
border-color: #58832B;
}
</style>