Shades of Vida Loca #538F32
Tints of Vida Loca #538F32
RGB
CMYK
RGB Variations
Color information
#538F32 (or 0x538F32) is known color: Vida Loca. HEX triplet: 53, 8F and 32. RGB value is (83,143,50). Sum of RGB (Red+Green+Blue) = 83+143+50=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #538F32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538F32 is #AC70CD. Grayscale: #727272. Windows color (decimal): -11301070 or 3313491. OLE color: 3313491.
HSL color Cylindrical-coordinate representation of color #538F32: hue angle of 98.71º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538F32 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 50 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.44 |
| HSL | 98.71º | 0.48% | 0.38% | - |
| HSV(B) | 98.71º | 0.65% | 0.56% | - |
| XYZ | 13.97 | 21.71 | 6.47 | - |
| YUV | 114.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 50 | 0.42 | 0 | 0.65 | 0.44 | 98.71 | 0.48 | 0.38 |
| Hex | 53 | 8F | 32 | 2A | 0 | 41 | 2C | 63 | 30 | 26 |
| Octal | 123 | 217 | 62 | 52 | 0 | 101 | 54 | 143 | 60 | 46 |
| Binary | 1010011 | 10001111 | 110010 | 101010 | 0 | 1000001 | 101100 | 1100011 | 110000 | 100110 |
Color Harmonies of #538F32
Complementary color
Monochromatic Colors of #538F32
Black with #538F32
Text Example
Text Example
White with #538F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F32; }
p { color: rgb(83,143,50); }
H1.HeaderClassName
{
color: #538F32;
}
.AnyTagClassName
{
color: #538F32;
}
</style>
background-color css
<style>
a { background-color: #538F32; }
a { background-color: rgb(83,143,50); }
div.DivClassName
{
background-color: #538F32;
}
.BgClassName
{
background-color: #538F32;
}
</style>
border-color css
<style>
span { border-color: #538F32; }
span { border-color: rgb(83,143,50); }
td.TdClassName
{
border-color: #538F32;
}
.TagClassName
{
border-color: #538F32;
}
</style>