Shades of Vida Loca #528D2D
Tints of Vida Loca #528D2D
RGB
CMYK
RGB Variations
Color information
#528D2D (or 0x528D2D) is known color: Vida Loca. HEX triplet: 52, 8D and 2D. RGB value is (82,141,45). Sum of RGB (Red+Green+Blue) = 82+141+45=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #528D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D2D is #AD72D2. Grayscale: #707070. Windows color (decimal): -11367123 or 2985298. OLE color: 2985298.
HSL color Cylindrical-coordinate representation of color #528D2D: hue angle of 96.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528D2D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 45 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.45 |
| HSL | 96.88º | 0.52% | 0.36% | - |
| HSV(B) | 96.88º | 0.68% | 0.55% | - |
| XYZ | 13.48 | 21.03 | 5.83 | - |
| YUV | 112.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 45 | 0.42 | 0 | 0.68 | 0.45 | 96.88 | 0.52 | 0.36 |
| Hex | 52 | 8D | 2D | 2A | 0 | 44 | 2D | 61 | 34 | 24 |
| Octal | 122 | 215 | 55 | 52 | 0 | 104 | 55 | 141 | 64 | 44 |
| Binary | 1010010 | 10001101 | 101101 | 101010 | 0 | 1000100 | 101101 | 1100001 | 110100 | 100100 |
Color Harmonies of #528D2D
Complementary color
Monochromatic Colors of #528D2D
Black with #528D2D
Text Example
Text Example
White with #528D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D2D; }
p { color: rgb(82,141,45); }
H1.HeaderClassName
{
color: #528D2D;
}
.AnyTagClassName
{
color: #528D2D;
}
</style>
background-color css
<style>
a { background-color: #528D2D; }
a { background-color: rgb(82,141,45); }
div.DivClassName
{
background-color: #528D2D;
}
.BgClassName
{
background-color: #528D2D;
}
</style>
border-color css
<style>
span { border-color: #528D2D; }
span { border-color: rgb(82,141,45); }
td.TdClassName
{
border-color: #528D2D;
}
.TagClassName
{
border-color: #528D2D;
}
</style>