Shades of Vida Loca #4B880D
Tints of Vida Loca #4B880D
RGB
CMYK
RGB Variations
Color information
#4B880D (or 0x4B880D) is known color: Vida Loca. HEX triplet: 4B, 88 and 0D. RGB value is (75,136,13). Sum of RGB (Red+Green+Blue) = 75+136+13=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #4B880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B880D is #B477F2. Grayscale: #686868. Windows color (decimal): -11827187 or 886859. OLE color: 886859.
HSL color Cylindrical-coordinate representation of color #4B880D: hue angle of 89.76º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B880D is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 13 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.47 |
| HSL | 89.76º | 0.83% | 0.29% | - |
| HSV(B) | 89.76º | 0.9% | 0.53% | - |
| XYZ | 11.78 | 19.13 | 3.45 | - |
| YUV | 103.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 13 | 0.45 | 0 | 0.90 | 0.47 | 89.76 | 0.83 | 0.29 |
| Hex | 4B | 88 | D | 2D | 0 | 5A | 2F | 5A | 53 | 1D |
| Octal | 113 | 210 | 15 | 55 | 0 | 132 | 57 | 132 | 123 | 35 |
| Binary | 1001011 | 10001000 | 1101 | 101101 | 0 | 1011010 | 101111 | 1011010 | 1010011 | 11101 |
Color Harmonies of #4B880D
Complementary color
Monochromatic Colors of #4B880D
Black with #4B880D
Text Example
Text Example
White with #4B880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B880D; }
p { color: rgb(75,136,13); }
H1.HeaderClassName
{
color: #4B880D;
}
.AnyTagClassName
{
color: #4B880D;
}
</style>
background-color css
<style>
a { background-color: #4B880D; }
a { background-color: rgb(75,136,13); }
div.DivClassName
{
background-color: #4B880D;
}
.BgClassName
{
background-color: #4B880D;
}
</style>
border-color css
<style>
span { border-color: #4B880D; }
span { border-color: rgb(75,136,13); }
td.TdClassName
{
border-color: #4B880D;
}
.TagClassName
{
border-color: #4B880D;
}
</style>