Shades of Vida Loca #548B1D
Tints of Vida Loca #548B1D
RGB
CMYK
RGB Variations
Color information
#548B1D (or 0x548B1D) is known color: Vida Loca. HEX triplet: 54, 8B and 1D. RGB value is (84,139,29). Sum of RGB (Red+Green+Blue) = 84+139+29=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #548B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B1D is #AB74E2. Grayscale: #6E6E6E. Windows color (decimal): -11236579 or 1936212. OLE color: 1936212.
HSL color Cylindrical-coordinate representation of color #548B1D: hue angle of 90º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #548B1D is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 29 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.45 |
| HSL | 90º | 0.65% | 0.33% | - |
| HSV(B) | 90º | 0.79% | 0.55% | - |
| XYZ | 13.11 | 20.44 | 4.42 | - |
| YUV | 110.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 29 | 0.40 | 0 | 0.79 | 0.45 | 90 | 0.65 | 0.33 |
| Hex | 54 | 8B | 1D | 28 | 0 | 4F | 2D | 5A | 41 | 21 |
| Octal | 124 | 213 | 35 | 50 | 0 | 117 | 55 | 132 | 101 | 41 |
| Binary | 1010100 | 10001011 | 11101 | 101000 | 0 | 1001111 | 101101 | 1011010 | 1000001 | 100001 |
Color Harmonies of #548B1D
Complementary color
Monochromatic Colors of #548B1D
Black with #548B1D
Text Example
Text Example
White with #548B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B1D; }
p { color: rgb(84,139,29); }
H1.HeaderClassName
{
color: #548B1D;
}
.AnyTagClassName
{
color: #548B1D;
}
</style>
background-color css
<style>
a { background-color: #548B1D; }
a { background-color: rgb(84,139,29); }
div.DivClassName
{
background-color: #548B1D;
}
.BgClassName
{
background-color: #548B1D;
}
</style>
border-color css
<style>
span { border-color: #548B1D; }
span { border-color: rgb(84,139,29); }
td.TdClassName
{
border-color: #548B1D;
}
.TagClassName
{
border-color: #548B1D;
}
</style>