Shades of Vida Loca #548B2E
Tints of Vida Loca #548B2E
RGB
CMYK
RGB Variations
Color information
#548B2E (or 0x548B2E) is known color: Vida Loca. HEX triplet: 54, 8B and 2E. RGB value is (84,139,46). Sum of RGB (Red+Green+Blue) = 84+139+46=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #548B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B2E is #AB74D1. Grayscale: #707070. Windows color (decimal): -11236562 or 3050324. OLE color: 3050324.
HSL color Cylindrical-coordinate representation of color #548B2E: hue angle of 95.48º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #548B2E is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 46 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.45 |
| HSL | 95.48º | 0.5% | 0.36% | - |
| HSV(B) | 95.48º | 0.67% | 0.55% | - |
| XYZ | 13.38 | 20.55 | 5.85 | - |
| YUV | 111.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 46 | 0.40 | 0 | 0.67 | 0.45 | 95.48 | 0.5 | 0.36 |
| Hex | 54 | 8B | 2E | 28 | 0 | 43 | 2D | 5F | 32 | 24 |
| Octal | 124 | 213 | 56 | 50 | 0 | 103 | 55 | 137 | 62 | 44 |
| Binary | 1010100 | 10001011 | 101110 | 101000 | 0 | 1000011 | 101101 | 1011111 | 110010 | 100100 |
Color Harmonies of #548B2E
Complementary color
Monochromatic Colors of #548B2E
Black with #548B2E
Text Example
Text Example
White with #548B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B2E; }
p { color: rgb(84,139,46); }
H1.HeaderClassName
{
color: #548B2E;
}
.AnyTagClassName
{
color: #548B2E;
}
</style>
background-color css
<style>
a { background-color: #548B2E; }
a { background-color: rgb(84,139,46); }
div.DivClassName
{
background-color: #548B2E;
}
.BgClassName
{
background-color: #548B2E;
}
</style>
border-color css
<style>
span { border-color: #548B2E; }
span { border-color: rgb(84,139,46); }
td.TdClassName
{
border-color: #548B2E;
}
.TagClassName
{
border-color: #548B2E;
}
</style>