Shades of Vida Loca #53830D
Tints of Vida Loca #53830D
RGB
CMYK
RGB Variations
Color information
#53830D (or 0x53830D) is known color: Vida Loca. HEX triplet: 53, 83 and 0D. RGB value is (83,131,13). Sum of RGB (Red+Green+Blue) = 83+131+13=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #53830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53830D is #AC7CF2. Grayscale: #676767. Windows color (decimal): -11304179 or 885587. OLE color: 885587.
HSL color Cylindrical-coordinate representation of color #53830D: hue angle of 84.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53830D is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 13 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.49 |
| HSL | 84.41º | 0.82% | 0.28% | - |
| HSV(B) | 84.41º | 0.9% | 0.51% | - |
| XYZ | 11.76 | 18.1 | 3.25 | - |
| YUV | 103.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 13 | 0.37 | 0 | 0.90 | 0.49 | 84.41 | 0.82 | 0.28 |
| Hex | 53 | 83 | D | 25 | 0 | 5A | 31 | 54 | 52 | 1C |
| Octal | 123 | 203 | 15 | 45 | 0 | 132 | 61 | 124 | 122 | 34 |
| Binary | 1010011 | 10000011 | 1101 | 100101 | 0 | 1011010 | 110001 | 1010100 | 1010010 | 11100 |
Color Harmonies of #53830D
Complementary color
Monochromatic Colors of #53830D
Black with #53830D
Text Example
Text Example
White with #53830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53830D; }
p { color: rgb(83,131,13); }
H1.HeaderClassName
{
color: #53830D;
}
.AnyTagClassName
{
color: #53830D;
}
</style>
background-color css
<style>
a { background-color: #53830D; }
a { background-color: rgb(83,131,13); }
div.DivClassName
{
background-color: #53830D;
}
.BgClassName
{
background-color: #53830D;
}
</style>
border-color css
<style>
span { border-color: #53830D; }
span { border-color: rgb(83,131,13); }
td.TdClassName
{
border-color: #53830D;
}
.TagClassName
{
border-color: #53830D;
}
</style>