Shades of Bilbao #498511
Tints of Bilbao #498511
RGB
CMYK
RGB Variations
Color information
#498511 (or 0x498511) is known color: Bilbao. HEX triplet: 49, 85 and 11. RGB value is (73,133,17). Sum of RGB (Red+Green+Blue) = 73+133+17=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #498511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498511 is #B67AEE. Grayscale: #666666. Windows color (decimal): -11959023 or 1148233. OLE color: 1148233.
HSL color Cylindrical-coordinate representation of color #498511: hue angle of 91.03º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #498511 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 17 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.48 |
| HSL | 91.03º | 0.77% | 0.29% | - |
| HSV(B) | 91.03º | 0.87% | 0.52% | - |
| XYZ | 11.24 | 18.23 | 3.46 | - |
| YUV | 101.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 17 | 0.45 | 0 | 0.87 | 0.48 | 91.03 | 0.77 | 0.29 |
| Hex | 49 | 85 | 11 | 2D | 0 | 57 | 30 | 5B | 4D | 1D |
| Octal | 111 | 205 | 21 | 55 | 0 | 127 | 60 | 133 | 115 | 35 |
| Binary | 1001001 | 10000101 | 10001 | 101101 | 0 | 1010111 | 110000 | 1011011 | 1001101 | 11101 |
Color Harmonies of #498511
Complementary color
Monochromatic Colors of #498511
Black with #498511
Text Example
Text Example
White with #498511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498511; }
p { color: rgb(73,133,17); }
H1.HeaderClassName
{
color: #498511;
}
.AnyTagClassName
{
color: #498511;
}
</style>
background-color css
<style>
a { background-color: #498511; }
a { background-color: rgb(73,133,17); }
div.DivClassName
{
background-color: #498511;
}
.BgClassName
{
background-color: #498511;
}
</style>
border-color css
<style>
span { border-color: #498511; }
span { border-color: rgb(73,133,17); }
td.TdClassName
{
border-color: #498511;
}
.TagClassName
{
border-color: #498511;
}
</style>