Shades of Vida Loca #538A23
Tints of Vida Loca #538A23
RGB
CMYK
RGB Variations
Color information
#538A23 (or 0x538A23) is known color: Vida Loca. HEX triplet: 53, 8A and 23. RGB value is (83,138,35). Sum of RGB (Red+Green+Blue) = 83+138+35=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #538A23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A23 is #AC75DC. Grayscale: #6E6E6E. Windows color (decimal): -11302365 or 2329171. OLE color: 2329171.
HSL color Cylindrical-coordinate representation of color #538A23: hue angle of 92.04º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #538A23 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 35 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.46 |
| HSL | 92.04º | 0.6% | 0.34% | - |
| HSV(B) | 92.04º | 0.75% | 0.54% | - |
| XYZ | 12.96 | 20.14 | 4.79 | - |
| YUV | 109.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 35 | 0.40 | 0 | 0.75 | 0.46 | 92.04 | 0.6 | 0.34 |
| Hex | 53 | 8A | 23 | 28 | 0 | 4B | 2E | 5C | 3C | 22 |
| Octal | 123 | 212 | 43 | 50 | 0 | 113 | 56 | 134 | 74 | 42 |
| Binary | 1010011 | 10001010 | 100011 | 101000 | 0 | 1001011 | 101110 | 1011100 | 111100 | 100010 |
Color Harmonies of #538A23
Complementary color
Monochromatic Colors of #538A23
Black with #538A23
Text Example
Text Example
White with #538A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A23; }
p { color: rgb(83,138,35); }
H1.HeaderClassName
{
color: #538A23;
}
.AnyTagClassName
{
color: #538A23;
}
</style>
background-color css
<style>
a { background-color: #538A23; }
a { background-color: rgb(83,138,35); }
div.DivClassName
{
background-color: #538A23;
}
.BgClassName
{
background-color: #538A23;
}
</style>
border-color css
<style>
span { border-color: #538A23; }
span { border-color: rgb(83,138,35); }
td.TdClassName
{
border-color: #538A23;
}
.TagClassName
{
border-color: #538A23;
}
</style>