Shades of Vida Loca #528C26
Tints of Vida Loca #528C26
RGB
CMYK
RGB Variations
Color information
#528C26 (or 0x528C26) is known color: Vida Loca. HEX triplet: 52, 8C and 26. RGB value is (82,140,38). Sum of RGB (Red+Green+Blue) = 82+140+38=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #528C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C26 is #AD73D9. Grayscale: #6F6F6F. Windows color (decimal): -11367386 or 2526290. OLE color: 2526290.
HSL color Cylindrical-coordinate representation of color #528C26: hue angle of 94.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #528C26 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 38 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.45 |
| HSL | 94.12º | 0.57% | 0.35% | - |
| HSV(B) | 94.12º | 0.73% | 0.55% | - |
| XYZ | 13.21 | 20.69 | 5.13 | - |
| YUV | 111.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 38 | 0.41 | 0 | 0.73 | 0.45 | 94.12 | 0.57 | 0.35 |
| Hex | 52 | 8C | 26 | 29 | 0 | 49 | 2D | 5E | 39 | 23 |
| Octal | 122 | 214 | 46 | 51 | 0 | 111 | 55 | 136 | 71 | 43 |
| Binary | 1010010 | 10001100 | 100110 | 101001 | 0 | 1001001 | 101101 | 1011110 | 111001 | 100011 |
Color Harmonies of #528C26
Complementary color
Monochromatic Colors of #528C26
Black with #528C26
Text Example
Text Example
White with #528C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C26; }
p { color: rgb(82,140,38); }
H1.HeaderClassName
{
color: #528C26;
}
.AnyTagClassName
{
color: #528C26;
}
</style>
background-color css
<style>
a { background-color: #528C26; }
a { background-color: rgb(82,140,38); }
div.DivClassName
{
background-color: #528C26;
}
.BgClassName
{
background-color: #528C26;
}
</style>
border-color css
<style>
span { border-color: #528C26; }
span { border-color: rgb(82,140,38); }
td.TdClassName
{
border-color: #528C26;
}
.TagClassName
{
border-color: #528C26;
}
</style>