Shades of Vida Loca #528E1B
Tints of Vida Loca #528E1B
RGB
CMYK
RGB Variations
Color information
#528E1B (or 0x528E1B) is known color: Vida Loca. HEX triplet: 52, 8E and 1B. RGB value is (82,142,27). Sum of RGB (Red+Green+Blue) = 82+142+27=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #528E1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E1B is #AD71E4. Grayscale: #6F6F6F. Windows color (decimal): -11366885 or 1805906. OLE color: 1805906.
HSL color Cylindrical-coordinate representation of color #528E1B: hue angle of 91.3º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #528E1B is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 27 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.44 |
| HSL | 91.3º | 0.68% | 0.33% | - |
| HSV(B) | 91.3º | 0.81% | 0.56% | - |
| XYZ | 13.35 | 21.22 | 4.43 | - |
| YUV | 110.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 27 | 0.42 | 0 | 0.81 | 0.44 | 91.3 | 0.68 | 0.33 |
| Hex | 52 | 8E | 1B | 2A | 0 | 51 | 2C | 5B | 44 | 21 |
| Octal | 122 | 216 | 33 | 52 | 0 | 121 | 54 | 133 | 104 | 41 |
| Binary | 1010010 | 10001110 | 11011 | 101010 | 0 | 1010001 | 101100 | 1011011 | 1000100 | 100001 |
Color Harmonies of #528E1B
Complementary color
Monochromatic Colors of #528E1B
Black with #528E1B
Text Example
Text Example
White with #528E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E1B; }
p { color: rgb(82,142,27); }
H1.HeaderClassName
{
color: #528E1B;
}
.AnyTagClassName
{
color: #528E1B;
}
</style>
background-color css
<style>
a { background-color: #528E1B; }
a { background-color: rgb(82,142,27); }
div.DivClassName
{
background-color: #528E1B;
}
.BgClassName
{
background-color: #528E1B;
}
</style>
border-color css
<style>
span { border-color: #528E1B; }
span { border-color: rgb(82,142,27); }
td.TdClassName
{
border-color: #528E1B;
}
.TagClassName
{
border-color: #528E1B;
}
</style>