Shades of Vida Loca #548B24
Tints of Vida Loca #548B24
RGB
CMYK
RGB Variations
Color information
#548B24 (or 0x548B24) is known color: Vida Loca. HEX triplet: 54, 8B and 24. RGB value is (84,139,36). Sum of RGB (Red+Green+Blue) = 84+139+36=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #548B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B24 is #AB74DB. Grayscale: #6F6F6F. Windows color (decimal): -11236572 or 2394964. OLE color: 2394964.
HSL color Cylindrical-coordinate representation of color #548B24: hue angle of 92.04º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #548B24 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 36 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.45 |
| HSL | 92.04º | 0.59% | 0.34% | - |
| HSV(B) | 92.04º | 0.74% | 0.55% | - |
| XYZ | 13.21 | 20.48 | 4.93 | - |
| YUV | 110.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 36 | 0.40 | 0 | 0.74 | 0.45 | 92.04 | 0.59 | 0.34 |
| Hex | 54 | 8B | 24 | 28 | 0 | 4A | 2D | 5C | 3B | 22 |
| Octal | 124 | 213 | 44 | 50 | 0 | 112 | 55 | 134 | 73 | 42 |
| Binary | 1010100 | 10001011 | 100100 | 101000 | 0 | 1001010 | 101101 | 1011100 | 111011 | 100010 |
Color Harmonies of #548B24
Complementary color
Monochromatic Colors of #548B24
Black with #548B24
Text Example
Text Example
White with #548B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B24; }
p { color: rgb(84,139,36); }
H1.HeaderClassName
{
color: #548B24;
}
.AnyTagClassName
{
color: #548B24;
}
</style>
background-color css
<style>
a { background-color: #548B24; }
a { background-color: rgb(84,139,36); }
div.DivClassName
{
background-color: #548B24;
}
.BgClassName
{
background-color: #548B24;
}
</style>
border-color css
<style>
span { border-color: #548B24; }
span { border-color: rgb(84,139,36); }
td.TdClassName
{
border-color: #548B24;
}
.TagClassName
{
border-color: #548B24;
}
</style>