Shades of Vida Loca #538A1D
Tints of Vida Loca #538A1D
RGB
CMYK
RGB Variations
Color information
#538A1D (or 0x538A1D) is known color: Vida Loca. HEX triplet: 53, 8A and 1D. RGB value is (83,138,29). Sum of RGB (Red+Green+Blue) = 83+138+29=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #538A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A1D is #AC75E2. Grayscale: #6D6D6D. Windows color (decimal): -11302371 or 1935955. OLE color: 1935955.
HSL color Cylindrical-coordinate representation of color #538A1D: hue angle of 90.28º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #538A1D is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 29 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.46 |
| HSL | 90.28º | 0.65% | 0.33% | - |
| HSV(B) | 90.28º | 0.79% | 0.54% | - |
| XYZ | 12.88 | 20.1 | 4.36 | - |
| YUV | 109.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 29 | 0.40 | 0 | 0.79 | 0.46 | 90.28 | 0.65 | 0.33 |
| Hex | 53 | 8A | 1D | 28 | 0 | 4F | 2E | 5A | 41 | 21 |
| Octal | 123 | 212 | 35 | 50 | 0 | 117 | 56 | 132 | 101 | 41 |
| Binary | 1010011 | 10001010 | 11101 | 101000 | 0 | 1001111 | 101110 | 1011010 | 1000001 | 100001 |
Color Harmonies of #538A1D
Complementary color
Monochromatic Colors of #538A1D
Black with #538A1D
Text Example
Text Example
White with #538A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A1D; }
p { color: rgb(83,138,29); }
H1.HeaderClassName
{
color: #538A1D;
}
.AnyTagClassName
{
color: #538A1D;
}
</style>
background-color css
<style>
a { background-color: #538A1D; }
a { background-color: rgb(83,138,29); }
div.DivClassName
{
background-color: #538A1D;
}
.BgClassName
{
background-color: #538A1D;
}
</style>
border-color css
<style>
span { border-color: #538A1D; }
span { border-color: rgb(83,138,29); }
td.TdClassName
{
border-color: #538A1D;
}
.TagClassName
{
border-color: #538A1D;
}
</style>