Shades of Bilbao #498119
Tints of Bilbao #498119
RGB
CMYK
RGB Variations
Color information
#498119 (or 0x498119) is known color: Bilbao. HEX triplet: 49, 81 and 19. RGB value is (73,129,25). Sum of RGB (Red+Green+Blue) = 73+129+25=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #498119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498119 is #B67EE6. Grayscale: #646464. Windows color (decimal): -11960039 or 1671497. OLE color: 1671497.
HSL color Cylindrical-coordinate representation of color #498119: hue angle of 92.31º 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 #498119 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 25 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.49 |
| HSL | 92.31º | 0.68% | 0.3% | - |
| HSV(B) | 92.31º | 0.81% | 0.51% | - |
| XYZ | 10.77 | 17.19 | 3.67 | - |
| YUV | 100.4 | 85.45 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 25 | 0.43 | 0 | 0.81 | 0.49 | 92.31 | 0.68 | 0.3 |
| Hex | 49 | 81 | 19 | 2B | 0 | 51 | 31 | 5C | 44 | 1E |
| Octal | 111 | 201 | 31 | 53 | 0 | 121 | 61 | 134 | 104 | 36 |
| Binary | 1001001 | 10000001 | 11001 | 101011 | 0 | 1010001 | 110001 | 1011100 | 1000100 | 11110 |
Color Harmonies of #498119
Complementary color
Monochromatic Colors of #498119
Black with #498119
Text Example
Text Example
White with #498119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498119; }
p { color: rgb(73,129,25); }
H1.HeaderClassName
{
color: #498119;
}
.AnyTagClassName
{
color: #498119;
}
</style>
background-color css
<style>
a { background-color: #498119; }
a { background-color: rgb(73,129,25); }
div.DivClassName
{
background-color: #498119;
}
.BgClassName
{
background-color: #498119;
}
</style>
border-color css
<style>
span { border-color: #498119; }
span { border-color: rgb(73,129,25); }
td.TdClassName
{
border-color: #498119;
}
.TagClassName
{
border-color: #498119;
}
</style>