Shades of Vida Loca #498C06
Tints of Vida Loca #498C06
RGB
CMYK
RGB Variations
Color information
#498C06 (or 0x498C06) is known color: Vida Loca. HEX triplet: 49, 8C and 06. RGB value is (73,140,6). Sum of RGB (Red+Green+Blue) = 73+140+6=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 140 (55.08% from 255 or 63.93% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 140 - color contains mainly: green. Hex color #498C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498C06 is #B673F9. Grayscale: #696969. Windows color (decimal): -11957242 or 429129. OLE color: 429129.
HSL color Cylindrical-coordinate representation of color #498C06: hue angle of 90º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #498C06 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 6 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.45 |
| HSL | 90º | 0.92% | 0.29% | - |
| HSV(B) | 90º | 0.96% | 0.55% | - |
| XYZ | 12.16 | 20.19 | 3.43 | - |
| YUV | 104.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 6 | 0.48 | 0 | 0.96 | 0.45 | 90 | 0.92 | 0.29 |
| Hex | 49 | 8C | 6 | 30 | 0 | 60 | 2D | 5A | 5C | 1D |
| Octal | 111 | 214 | 6 | 60 | 0 | 140 | 55 | 132 | 134 | 35 |
| Binary | 1001001 | 10001100 | 110 | 110000 | 0 | 1100000 | 101101 | 1011010 | 1011100 | 11101 |
Color Harmonies of #498C06
Complementary color
Monochromatic Colors of #498C06
Black with #498C06
Text Example
Text Example
White with #498C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C06; }
p { color: rgb(73,140,6); }
H1.HeaderClassName
{
color: #498C06;
}
.AnyTagClassName
{
color: #498C06;
}
</style>
background-color css
<style>
a { background-color: #498C06; }
a { background-color: rgb(73,140,6); }
div.DivClassName
{
background-color: #498C06;
}
.BgClassName
{
background-color: #498C06;
}
</style>
border-color css
<style>
span { border-color: #498C06; }
span { border-color: rgb(73,140,6); }
td.TdClassName
{
border-color: #498C06;
}
.TagClassName
{
border-color: #498C06;
}
</style>