Shades of Bilbao #498219
Tints of Bilbao #498219
RGB
CMYK
RGB Variations
Color information
#498219 (or 0x498219) is known color: Bilbao. HEX triplet: 49, 82 and 19. RGB value is (73,130,25). Sum of RGB (Red+Green+Blue) = 73+130+25=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #498219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498219 is #B67DE6. Grayscale: #656565. Windows color (decimal): -11959783 or 1671753. OLE color: 1671753.
HSL color Cylindrical-coordinate representation of color #498219: hue angle of 92.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #498219 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 25 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.49 |
| HSL | 92.57º | 0.68% | 0.3% | - |
| HSV(B) | 92.57º | 0.81% | 0.51% | - |
| XYZ | 10.91 | 17.45 | 3.71 | - |
| YUV | 100.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 25 | 0.44 | 0 | 0.81 | 0.49 | 92.57 | 0.68 | 0.3 |
| Hex | 49 | 82 | 19 | 2C | 0 | 51 | 31 | 5D | 44 | 1E |
| Octal | 111 | 202 | 31 | 54 | 0 | 121 | 61 | 135 | 104 | 36 |
| Binary | 1001001 | 10000010 | 11001 | 101100 | 0 | 1010001 | 110001 | 1011101 | 1000100 | 11110 |
Color Harmonies of #498219
Complementary color
Monochromatic Colors of #498219
Black with #498219
Text Example
Text Example
White with #498219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498219; }
p { color: rgb(73,130,25); }
H1.HeaderClassName
{
color: #498219;
}
.AnyTagClassName
{
color: #498219;
}
</style>
background-color css
<style>
a { background-color: #498219; }
a { background-color: rgb(73,130,25); }
div.DivClassName
{
background-color: #498219;
}
.BgClassName
{
background-color: #498219;
}
</style>
border-color css
<style>
span { border-color: #498219; }
span { border-color: rgb(73,130,25); }
td.TdClassName
{
border-color: #498219;
}
.TagClassName
{
border-color: #498219;
}
</style>