Shades of Vida Loca #548B31
Tints of Vida Loca #548B31
RGB
CMYK
RGB Variations
Color information
#548B31 (or 0x548B31) is known color: Vida Loca. HEX triplet: 54, 8B and 31. RGB value is (84,139,49). Sum of RGB (Red+Green+Blue) = 84+139+49=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #548B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B31 is #AB74CE. Grayscale: #707070. Windows color (decimal): -11236559 or 3246932. OLE color: 3246932.
HSL color Cylindrical-coordinate representation of color #548B31: hue angle of 96.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548B31 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 49 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.45 |
| HSL | 96.67º | 0.48% | 0.37% | - |
| HSV(B) | 96.67º | 0.65% | 0.55% | - |
| XYZ | 13.44 | 20.57 | 6.17 | - |
| YUV | 112.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 49 | 0.40 | 0 | 0.65 | 0.45 | 96.67 | 0.48 | 0.37 |
| Hex | 54 | 8B | 31 | 28 | 0 | 41 | 2D | 61 | 30 | 25 |
| Octal | 124 | 213 | 61 | 50 | 0 | 101 | 55 | 141 | 60 | 45 |
| Binary | 1010100 | 10001011 | 110001 | 101000 | 0 | 1000001 | 101101 | 1100001 | 110000 | 100101 |
Color Harmonies of #548B31
Complementary color
Monochromatic Colors of #548B31
Black with #548B31
Text Example
Text Example
White with #548B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B31; }
p { color: rgb(84,139,49); }
H1.HeaderClassName
{
color: #548B31;
}
.AnyTagClassName
{
color: #548B31;
}
</style>
background-color css
<style>
a { background-color: #548B31; }
a { background-color: rgb(84,139,49); }
div.DivClassName
{
background-color: #548B31;
}
.BgClassName
{
background-color: #548B31;
}
</style>
border-color css
<style>
span { border-color: #548B31; }
span { border-color: rgb(84,139,49); }
td.TdClassName
{
border-color: #548B31;
}
.TagClassName
{
border-color: #548B31;
}
</style>