Shades of Vida Loca #58882E
Tints of Vida Loca #58882E
RGB
CMYK
RGB Variations
Color information
#58882E (or 0x58882E) is known color: Vida Loca. HEX triplet: 58, 88 and 2E. RGB value is (88,136,46). Sum of RGB (Red+Green+Blue) = 88+136+46=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #58882E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58882E is #A777D1. Grayscale: #6F6F6F. Windows color (decimal): -10975186 or 3049560. OLE color: 3049560.
HSL color Cylindrical-coordinate representation of color #58882E: hue angle of 92º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58882E is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 46 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.47 |
| HSL | 92º | 0.49% | 0.36% | - |
| HSV(B) | 92º | 0.66% | 0.53% | - |
| XYZ | 13.32 | 19.88 | 5.72 | - |
| YUV | 111.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 46 | 0.35 | 0 | 0.66 | 0.47 | 92 | 0.49 | 0.36 |
| Hex | 58 | 88 | 2E | 23 | 0 | 42 | 2F | 5C | 31 | 24 |
| Octal | 130 | 210 | 56 | 43 | 0 | 102 | 57 | 134 | 61 | 44 |
| Binary | 1011000 | 10001000 | 101110 | 100011 | 0 | 1000010 | 101111 | 1011100 | 110001 | 100100 |
Color Harmonies of #58882E
Complementary color
Monochromatic Colors of #58882E
Black with #58882E
Text Example
Text Example
White with #58882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58882E; }
p { color: rgb(88,136,46); }
H1.HeaderClassName
{
color: #58882E;
}
.AnyTagClassName
{
color: #58882E;
}
</style>
background-color css
<style>
a { background-color: #58882E; }
a { background-color: rgb(88,136,46); }
div.DivClassName
{
background-color: #58882E;
}
.BgClassName
{
background-color: #58882E;
}
</style>
border-color css
<style>
span { border-color: #58882E; }
span { border-color: rgb(88,136,46); }
td.TdClassName
{
border-color: #58882E;
}
.TagClassName
{
border-color: #58882E;
}
</style>