Shades of Vida Loca #538A1F
Tints of Vida Loca #538A1F
RGB
CMYK
RGB Variations
Color information
#538A1F (or 0x538A1F) is known color: Vida Loca. HEX triplet: 53, 8A and 1F. RGB value is (83,138,31). Sum of RGB (Red+Green+Blue) = 83+138+31=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #538A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A1F is #AC75E0. Grayscale: #6D6D6D. Windows color (decimal): -11302369 or 2067027. OLE color: 2067027.
HSL color Cylindrical-coordinate representation of color #538A1F: hue angle of 90.84º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #538A1F is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 31 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.46 |
| HSL | 90.84º | 0.63% | 0.33% | - |
| HSV(B) | 90.84º | 0.78% | 0.54% | - |
| XYZ | 12.9 | 20.11 | 4.5 | - |
| YUV | 109.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 31 | 0.40 | 0 | 0.78 | 0.46 | 90.84 | 0.63 | 0.33 |
| Hex | 53 | 8A | 1F | 28 | 0 | 4E | 2E | 5B | 3F | 21 |
| Octal | 123 | 212 | 37 | 50 | 0 | 116 | 56 | 133 | 77 | 41 |
| Binary | 1010011 | 10001010 | 11111 | 101000 | 0 | 1001110 | 101110 | 1011011 | 111111 | 100001 |
Color Harmonies of #538A1F
Complementary color
Monochromatic Colors of #538A1F
Black with #538A1F
Text Example
Text Example
White with #538A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A1F; }
p { color: rgb(83,138,31); }
H1.HeaderClassName
{
color: #538A1F;
}
.AnyTagClassName
{
color: #538A1F;
}
</style>
background-color css
<style>
a { background-color: #538A1F; }
a { background-color: rgb(83,138,31); }
div.DivClassName
{
background-color: #538A1F;
}
.BgClassName
{
background-color: #538A1F;
}
</style>
border-color css
<style>
span { border-color: #538A1F; }
span { border-color: rgb(83,138,31); }
td.TdClassName
{
border-color: #538A1F;
}
.TagClassName
{
border-color: #538A1F;
}
</style>