Shades of Vida Loca #4B890F
Tints of Vida Loca #4B890F
RGB
CMYK
RGB Variations
Color information
#4B890F (or 0x4B890F) is known color: Vida Loca. HEX triplet: 4B, 89 and 0F. RGB value is (75,137,15). Sum of RGB (Red+Green+Blue) = 75+137+15=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #4B890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B890F is #B476F0. Grayscale: #686868. Windows color (decimal): -11826929 or 1018187. OLE color: 1018187.
HSL color Cylindrical-coordinate representation of color #4B890F: hue angle of 90.49º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B890F is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 137 | 15 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.46 |
| HSL | 90.49º | 0.8% | 0.3% | - |
| HSV(B) | 90.49º | 0.89% | 0.54% | - |
| XYZ | 11.93 | 19.42 | 3.57 | - |
| YUV | 104.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 15 | 0.45 | 0 | 0.89 | 0.46 | 90.49 | 0.8 | 0.3 |
| Hex | 4B | 89 | F | 2D | 0 | 59 | 2E | 5A | 50 | 1E |
| Octal | 113 | 211 | 17 | 55 | 0 | 131 | 56 | 132 | 120 | 36 |
| Binary | 1001011 | 10001001 | 1111 | 101101 | 0 | 1011001 | 101110 | 1011010 | 1010000 | 11110 |
Color Harmonies of #4B890F
Complementary color
Monochromatic Colors of #4B890F
Black with #4B890F
Text Example
Text Example
White with #4B890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B890F; }
p { color: rgb(75,137,15); }
H1.HeaderClassName
{
color: #4B890F;
}
.AnyTagClassName
{
color: #4B890F;
}
</style>
background-color css
<style>
a { background-color: #4B890F; }
a { background-color: rgb(75,137,15); }
div.DivClassName
{
background-color: #4B890F;
}
.BgClassName
{
background-color: #4B890F;
}
</style>
border-color css
<style>
span { border-color: #4B890F; }
span { border-color: rgb(75,137,15); }
td.TdClassName
{
border-color: #4B890F;
}
.TagClassName
{
border-color: #4B890F;
}
</style>