Shades of Vida Loca #53831D
Tints of Vida Loca #53831D
RGB
CMYK
RGB Variations
Color information
#53831D (or 0x53831D) is known color: Vida Loca. HEX triplet: 53, 83 and 1D. RGB value is (83,131,29). Sum of RGB (Red+Green+Blue) = 83+131+29=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #53831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53831D is #AC7CE2. Grayscale: #696969. Windows color (decimal): -11304163 or 1934163. OLE color: 1934163.
HSL color Cylindrical-coordinate representation of color #53831D: hue angle of 88.24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53831D is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 29 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.49 |
| HSL | 88.24º | 0.64% | 0.31% | - |
| HSV(B) | 88.24º | 0.78% | 0.51% | - |
| XYZ | 11.91 | 18.16 | 4.04 | - |
| YUV | 105.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 29 | 0.37 | 0 | 0.78 | 0.49 | 88.24 | 0.64 | 0.31 |
| Hex | 53 | 83 | 1D | 25 | 0 | 4E | 31 | 58 | 40 | 1F |
| Octal | 123 | 203 | 35 | 45 | 0 | 116 | 61 | 130 | 100 | 37 |
| Binary | 1010011 | 10000011 | 11101 | 100101 | 0 | 1001110 | 110001 | 1011000 | 1000000 | 11111 |
Color Harmonies of #53831D
Complementary color
Monochromatic Colors of #53831D
Black with #53831D
Text Example
Text Example
White with #53831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53831D; }
p { color: rgb(83,131,29); }
H1.HeaderClassName
{
color: #53831D;
}
.AnyTagClassName
{
color: #53831D;
}
</style>
background-color css
<style>
a { background-color: #53831D; }
a { background-color: rgb(83,131,29); }
div.DivClassName
{
background-color: #53831D;
}
.BgClassName
{
background-color: #53831D;
}
</style>
border-color css
<style>
span { border-color: #53831D; }
span { border-color: rgb(83,131,29); }
td.TdClassName
{
border-color: #53831D;
}
.TagClassName
{
border-color: #53831D;
}
</style>