Shades of Vida Loca #4D8913
Tints of Vida Loca #4D8913
RGB
CMYK
RGB Variations
Color information
#4D8913 (or 0x4D8913) is known color: Vida Loca. HEX triplet: 4D, 89 and 13. RGB value is (77,137,19). Sum of RGB (Red+Green+Blue) = 77+137+19=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8913 is #B276EC. Grayscale: #6A6A6A. Windows color (decimal): -11695853 or 1280333. OLE color: 1280333.
HSL color Cylindrical-coordinate representation of color #4D8913: hue angle of 90.51º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D8913 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 19 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.46 |
| HSL | 90.51º | 0.76% | 0.31% | - |
| HSV(B) | 90.51º | 0.86% | 0.54% | - |
| XYZ | 12.12 | 19.52 | 3.74 | - |
| YUV | 105.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 19 | 0.44 | 0 | 0.86 | 0.46 | 90.51 | 0.76 | 0.31 |
| Hex | 4D | 89 | 13 | 2C | 0 | 56 | 2E | 5B | 4C | 1F |
| Octal | 115 | 211 | 23 | 54 | 0 | 126 | 56 | 133 | 114 | 37 |
| Binary | 1001101 | 10001001 | 10011 | 101100 | 0 | 1010110 | 101110 | 1011011 | 1001100 | 11111 |
Color Harmonies of #4D8913
Complementary color
Monochromatic Colors of #4D8913
Black with #4D8913
Text Example
Text Example
White with #4D8913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8913; }
p { color: rgb(77,137,19); }
H1.HeaderClassName
{
color: #4D8913;
}
.AnyTagClassName
{
color: #4D8913;
}
</style>
background-color css
<style>
a { background-color: #4D8913; }
a { background-color: rgb(77,137,19); }
div.DivClassName
{
background-color: #4D8913;
}
.BgClassName
{
background-color: #4D8913;
}
</style>
border-color css
<style>
span { border-color: #4D8913; }
span { border-color: rgb(77,137,19); }
td.TdClassName
{
border-color: #4D8913;
}
.TagClassName
{
border-color: #4D8913;
}
</style>