Shades of Bilbao #498409
Tints of Bilbao #498409
RGB
CMYK
RGB Variations
Color information
#498409 (or 0x498409) is known color: Bilbao. HEX triplet: 49, 84 and 09. RGB value is (73,132,9). Sum of RGB (Red+Green+Blue) = 73+132+9=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #498409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498409 is #B67BF6. Grayscale: #646464. Windows color (decimal): -11959287 or 623689. OLE color: 623689.
HSL color Cylindrical-coordinate representation of color #498409: hue angle of 88.78º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #498409 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 9 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.48 |
| HSL | 88.78º | 0.87% | 0.28% | - |
| HSV(B) | 88.78º | 0.93% | 0.52% | - |
| XYZ | 11.05 | 17.94 | 3.14 | - |
| YUV | 100.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 9 | 0.45 | 0 | 0.93 | 0.48 | 88.78 | 0.87 | 0.28 |
| Hex | 49 | 84 | 9 | 2D | 0 | 5D | 30 | 59 | 57 | 1C |
| Octal | 111 | 204 | 11 | 55 | 0 | 135 | 60 | 131 | 127 | 34 |
| Binary | 1001001 | 10000100 | 1001 | 101101 | 0 | 1011101 | 110000 | 1011001 | 1010111 | 11100 |
Color Harmonies of #498409
Complementary color
Monochromatic Colors of #498409
Black with #498409
Text Example
Text Example
White with #498409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498409; }
p { color: rgb(73,132,9); }
H1.HeaderClassName
{
color: #498409;
}
.AnyTagClassName
{
color: #498409;
}
</style>
background-color css
<style>
a { background-color: #498409; }
a { background-color: rgb(73,132,9); }
div.DivClassName
{
background-color: #498409;
}
.BgClassName
{
background-color: #498409;
}
</style>
border-color css
<style>
span { border-color: #498409; }
span { border-color: rgb(73,132,9); }
td.TdClassName
{
border-color: #498409;
}
.TagClassName
{
border-color: #498409;
}
</style>