Shades of Vida Loca #498A00
Tints of Vida Loca #498A00
RGB
CMYK
RGB Variations
Color information
#498A00 (or 0x498A00) is known color: Vida Loca. HEX triplet: 49, 8A and 00. RGB value is (73,138,0). Sum of RGB (Red+Green+Blue) = 73+138+0=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #498A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498A00 is #B675FF. Grayscale: #676767. Windows color (decimal): -11957760 or 35401. OLE color: 35401.
HSL color Cylindrical-coordinate representation of color #498A00: hue angle of 88.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #498A00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.46 |
| HSL | 88.26º | 1% | 0.27% | - |
| HSV(B) | 88.26º | 1% | 0.54% | - |
| XYZ | 11.84 | 19.59 | 3.16 | - |
| YUV | 102.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 0 | 0.47 | 0 | 1 | 0.46 | 88.26 | 1 | 0.27 |
| Hex | 49 | 8A | 0 | 2F | 0 | 64 | 2E | 58 | 64 | 1B |
| Octal | 111 | 212 | 0 | 57 | 0 | 144 | 56 | 130 | 144 | 33 |
| Binary | 1001001 | 10001010 | 0 | 101111 | 0 | 1100100 | 101110 | 1011000 | 1100100 | 11011 |
Color Harmonies of #498A00
Complementary color
Monochromatic Colors of #498A00
Black with #498A00
Text Example
Text Example
White with #498A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A00; }
p { color: rgb(73,138,0); }
H1.HeaderClassName
{
color: #498A00;
}
.AnyTagClassName
{
color: #498A00;
}
</style>
background-color css
<style>
a { background-color: #498A00; }
a { background-color: rgb(73,138,0); }
div.DivClassName
{
background-color: #498A00;
}
.BgClassName
{
background-color: #498A00;
}
</style>
border-color css
<style>
span { border-color: #498A00; }
span { border-color: rgb(73,138,0); }
td.TdClassName
{
border-color: #498A00;
}
.TagClassName
{
border-color: #498A00;
}
</style>