Shades of Vida Loca #52852D
Tints of Vida Loca #52852D
RGB
CMYK
RGB Variations
Color information
#52852D (or 0x52852D) is known color: Vida Loca. HEX triplet: 52, 85 and 2D. RGB value is (82,133,45). Sum of RGB (Red+Green+Blue) = 82+133+45=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #52852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52852D is #AD7AD2. Grayscale: #6C6C6C. Windows color (decimal): -11369171 or 2983250. OLE color: 2983250.
HSL color Cylindrical-coordinate representation of color #52852D: hue angle of 94.77º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52852D is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 133 | 45 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.48 |
| HSL | 94.77º | 0.49% | 0.35% | - |
| HSV(B) | 94.77º | 0.66% | 0.52% | - |
| XYZ | 12.34 | 18.76 | 5.45 | - |
| YUV | 107.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 45 | 0.38 | 0 | 0.66 | 0.48 | 94.77 | 0.49 | 0.35 |
| Hex | 52 | 85 | 2D | 26 | 0 | 42 | 30 | 5F | 31 | 23 |
| Octal | 122 | 205 | 55 | 46 | 0 | 102 | 60 | 137 | 61 | 43 |
| Binary | 1010010 | 10000101 | 101101 | 100110 | 0 | 1000010 | 110000 | 1011111 | 110001 | 100011 |
Color Harmonies of #52852D
Complementary color
Monochromatic Colors of #52852D
Black with #52852D
Text Example
Text Example
White with #52852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52852D; }
p { color: rgb(82,133,45); }
H1.HeaderClassName
{
color: #52852D;
}
.AnyTagClassName
{
color: #52852D;
}
</style>
background-color css
<style>
a { background-color: #52852D; }
a { background-color: rgb(82,133,45); }
div.DivClassName
{
background-color: #52852D;
}
.BgClassName
{
background-color: #52852D;
}
</style>
border-color css
<style>
span { border-color: #52852D; }
span { border-color: rgb(82,133,45); }
td.TdClassName
{
border-color: #52852D;
}
.TagClassName
{
border-color: #52852D;
}
</style>