Shades of Vida Loca #538A0D
Tints of Vida Loca #538A0D
RGB
CMYK
RGB Variations
Color information
#538A0D (or 0x538A0D) is known color: Vida Loca. HEX triplet: 53, 8A and 0D. RGB value is (83,138,13). Sum of RGB (Red+Green+Blue) = 83+138+13=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 138 (54.30% from 255 or 58.97% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 138 - color contains mainly: green. Hex color #538A0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538A0D is #AC75F2. Grayscale: #6B6B6B. Windows color (decimal): -11302387 or 887379. OLE color: 887379.
HSL color Cylindrical-coordinate representation of color #538A0D: hue angle of 86.4º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #538A0D is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 13 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.46 |
| HSL | 86.4º | 0.83% | 0.3% | - |
| HSV(B) | 86.4º | 0.91% | 0.54% | - |
| XYZ | 12.73 | 20.05 | 3.58 | - |
| YUV | 107.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 13 | 0.40 | 0 | 0.91 | 0.46 | 86.4 | 0.83 | 0.3 |
| Hex | 53 | 8A | D | 28 | 0 | 5B | 2E | 56 | 53 | 1E |
| Octal | 123 | 212 | 15 | 50 | 0 | 133 | 56 | 126 | 123 | 36 |
| Binary | 1010011 | 10001010 | 1101 | 101000 | 0 | 1011011 | 101110 | 1010110 | 1010011 | 11110 |
Color Harmonies of #538A0D
Complementary color
Monochromatic Colors of #538A0D
Black with #538A0D
Text Example
Text Example
White with #538A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A0D; }
p { color: rgb(83,138,13); }
H1.HeaderClassName
{
color: #538A0D;
}
.AnyTagClassName
{
color: #538A0D;
}
</style>
background-color css
<style>
a { background-color: #538A0D; }
a { background-color: rgb(83,138,13); }
div.DivClassName
{
background-color: #538A0D;
}
.BgClassName
{
background-color: #538A0D;
}
</style>
border-color css
<style>
span { border-color: #538A0D; }
span { border-color: rgb(83,138,13); }
td.TdClassName
{
border-color: #538A0D;
}
.TagClassName
{
border-color: #538A0D;
}
</style>