Shades of Vida Loca #52892D
Tints of Vida Loca #52892D
RGB
CMYK
RGB Variations
Color information
#52892D (or 0x52892D) is known color: Vida Loca. HEX triplet: 52, 89 and 2D. RGB value is (82,137,45). Sum of RGB (Red+Green+Blue) = 82+137+45=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #52892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52892D is #AD76D2. Grayscale: #6E6E6E. Windows color (decimal): -11368147 or 2984274. OLE color: 2984274.
HSL color Cylindrical-coordinate representation of color #52892D: hue angle of 95.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52892D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 45 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.46 |
| HSL | 95.87º | 0.51% | 0.36% | - |
| HSV(B) | 95.87º | 0.67% | 0.54% | - |
| XYZ | 12.9 | 19.87 | 5.64 | - |
| YUV | 110.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 45 | 0.40 | 0 | 0.67 | 0.46 | 95.87 | 0.51 | 0.36 |
| Hex | 52 | 89 | 2D | 28 | 0 | 43 | 2E | 60 | 33 | 24 |
| Octal | 122 | 211 | 55 | 50 | 0 | 103 | 56 | 140 | 63 | 44 |
| Binary | 1010010 | 10001001 | 101101 | 101000 | 0 | 1000011 | 101110 | 1100000 | 110011 | 100100 |
Color Harmonies of #52892D
Complementary color
Monochromatic Colors of #52892D
Black with #52892D
Text Example
Text Example
White with #52892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52892D; }
p { color: rgb(82,137,45); }
H1.HeaderClassName
{
color: #52892D;
}
.AnyTagClassName
{
color: #52892D;
}
</style>
background-color css
<style>
a { background-color: #52892D; }
a { background-color: rgb(82,137,45); }
div.DivClassName
{
background-color: #52892D;
}
.BgClassName
{
background-color: #52892D;
}
</style>
border-color css
<style>
span { border-color: #52892D; }
span { border-color: rgb(82,137,45); }
td.TdClassName
{
border-color: #52892D;
}
.TagClassName
{
border-color: #52892D;
}
</style>