Shades of Vida Loca #538F1F
Tints of Vida Loca #538F1F
RGB
CMYK
RGB Variations
Color information
#538F1F (or 0x538F1F) is known color: Vida Loca. HEX triplet: 53, 8F and 1F. RGB value is (83,143,31). Sum of RGB (Red+Green+Blue) = 83+143+31=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #538F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538F1F is #AC70E0. Grayscale: #707070. Windows color (decimal): -11301089 or 2068307. OLE color: 2068307.
HSL color Cylindrical-coordinate representation of color #538F1F: hue angle of 92.14º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #538F1F is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 31 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.44 |
| HSL | 92.14º | 0.64% | 0.34% | - |
| HSV(B) | 92.14º | 0.78% | 0.56% | - |
| XYZ | 13.64 | 21.58 | 4.74 | - |
| YUV | 112.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 31 | 0.42 | 0 | 0.78 | 0.44 | 92.14 | 0.64 | 0.34 |
| Hex | 53 | 8F | 1F | 2A | 0 | 4E | 2C | 5C | 40 | 22 |
| Octal | 123 | 217 | 37 | 52 | 0 | 116 | 54 | 134 | 100 | 42 |
| Binary | 1010011 | 10001111 | 11111 | 101010 | 0 | 1001110 | 101100 | 1011100 | 1000000 | 100010 |
Color Harmonies of #538F1F
Complementary color
Monochromatic Colors of #538F1F
Black with #538F1F
Text Example
Text Example
White with #538F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F1F; }
p { color: rgb(83,143,31); }
H1.HeaderClassName
{
color: #538F1F;
}
.AnyTagClassName
{
color: #538F1F;
}
</style>
background-color css
<style>
a { background-color: #538F1F; }
a { background-color: rgb(83,143,31); }
div.DivClassName
{
background-color: #538F1F;
}
.BgClassName
{
background-color: #538F1F;
}
</style>
border-color css
<style>
span { border-color: #538F1F; }
span { border-color: rgb(83,143,31); }
td.TdClassName
{
border-color: #538F1F;
}
.TagClassName
{
border-color: #538F1F;
}
</style>