Shades of Vida Loca #508B1C
Tints of Vida Loca #508B1C
RGB
CMYK
RGB Variations
Color information
#508B1C (or 0x508B1C) is known color: Vida Loca. HEX triplet: 50, 8B and 1C. RGB value is (80,139,28). Sum of RGB (Red+Green+Blue) = 80+139+28=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #508B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B1C is #AF74E3. Grayscale: #6D6D6D. Windows color (decimal): -11498724 or 1870672. OLE color: 1870672.
HSL color Cylindrical-coordinate representation of color #508B1C: hue angle of 91.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #508B1C is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 28 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.45 |
| HSL | 91.89º | 0.66% | 0.33% | - |
| HSV(B) | 91.89º | 0.8% | 0.55% | - |
| XYZ | 12.75 | 20.25 | 4.34 | - |
| YUV | 108.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 28 | 0.42 | 0 | 0.80 | 0.45 | 91.89 | 0.66 | 0.33 |
| Hex | 50 | 8B | 1C | 2A | 0 | 50 | 2D | 5C | 42 | 21 |
| Octal | 120 | 213 | 34 | 52 | 0 | 120 | 55 | 134 | 102 | 41 |
| Binary | 1010000 | 10001011 | 11100 | 101010 | 0 | 1010000 | 101101 | 1011100 | 1000010 | 100001 |
Color Harmonies of #508B1C
Complementary color
Monochromatic Colors of #508B1C
Black with #508B1C
Text Example
Text Example
White with #508B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B1C; }
p { color: rgb(80,139,28); }
H1.HeaderClassName
{
color: #508B1C;
}
.AnyTagClassName
{
color: #508B1C;
}
</style>
background-color css
<style>
a { background-color: #508B1C; }
a { background-color: rgb(80,139,28); }
div.DivClassName
{
background-color: #508B1C;
}
.BgClassName
{
background-color: #508B1C;
}
</style>
border-color css
<style>
span { border-color: #508B1C; }
span { border-color: rgb(80,139,28); }
td.TdClassName
{
border-color: #508B1C;
}
.TagClassName
{
border-color: #508B1C;
}
</style>