Shades of Vida Loca #5E8A39
Tints of Vida Loca #5E8A39
RGB
CMYK
RGB Variations
Color information
#5E8A39 (or 0x5E8A39) is known color: Vida Loca. HEX triplet: 5E, 8A and 39. RGB value is (94,138,57). Sum of RGB (Red+Green+Blue) = 94+138+57=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8A39 is #A175C6. Grayscale: #737373. Windows color (decimal): -10581447 or 3770974. OLE color: 3770974.
HSL color Cylindrical-coordinate representation of color #5E8A39: hue angle of 92.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E8A39 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 57 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.46 |
| HSL | 92.59º | 0.42% | 0.38% | - |
| HSV(B) | 92.59º | 0.59% | 0.54% | - |
| XYZ | 14.44 | 20.85 | 7.13 | - |
| YUV | 115.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 57 | 0.32 | 0 | 0.59 | 0.46 | 92.59 | 0.42 | 0.38 |
| Hex | 5E | 8A | 39 | 20 | 0 | 3B | 2E | 5D | 2A | 26 |
| Octal | 136 | 212 | 71 | 40 | 0 | 73 | 56 | 135 | 52 | 46 |
| Binary | 1011110 | 10001010 | 111001 | 100000 | 0 | 111011 | 101110 | 1011101 | 101010 | 100110 |
Color Harmonies of #5E8A39
Complementary color
Monochromatic Colors of #5E8A39
Black with #5E8A39
Text Example
Text Example
White with #5E8A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A39; }
p { color: rgb(94,138,57); }
H1.HeaderClassName
{
color: #5E8A39;
}
.AnyTagClassName
{
color: #5E8A39;
}
</style>
background-color css
<style>
a { background-color: #5E8A39; }
a { background-color: rgb(94,138,57); }
div.DivClassName
{
background-color: #5E8A39;
}
.BgClassName
{
background-color: #5E8A39;
}
</style>
border-color css
<style>
span { border-color: #5E8A39; }
span { border-color: rgb(94,138,57); }
td.TdClassName
{
border-color: #5E8A39;
}
.TagClassName
{
border-color: #5E8A39;
}
</style>