Shades of Bilbao #498001
Tints of Bilbao #498001
RGB
CMYK
RGB Variations
Color information
#498001 (or 0x498001) is known color: Bilbao. HEX triplet: 49, 80 and 01. RGB value is (73,128,1). Sum of RGB (Red+Green+Blue) = 73+128+1=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #498001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498001 is #B67FFE. Grayscale: #616161. Windows color (decimal): -11960319 or 98377. OLE color: 98377.
HSL color Cylindrical-coordinate representation of color #498001: hue angle of 85.98º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #498001 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.50 |
| HSL | 85.98º | 0.98% | 0.25% | - |
| HSV(B) | 85.98º | 0.99% | 0.5% | - |
| XYZ | 10.47 | 16.86 | 2.73 | - |
| YUV | 97.08 | 73.78 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 1 | 0.43 | 0 | 0.99 | 0.50 | 85.98 | 0.98 | 0.25 |
| Hex | 49 | 80 | 1 | 2B | 0 | 63 | 32 | 56 | 62 | 19 |
| Octal | 111 | 200 | 1 | 53 | 0 | 143 | 62 | 126 | 142 | 31 |
| Binary | 1001001 | 10000000 | 1 | 101011 | 0 | 1100011 | 110010 | 1010110 | 1100010 | 11001 |
Color Harmonies of #498001
Complementary color
Monochromatic Colors of #498001
Black with #498001
Text Example
Text Example
White with #498001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498001; }
p { color: rgb(73,128,1); }
H1.HeaderClassName
{
color: #498001;
}
.AnyTagClassName
{
color: #498001;
}
</style>
background-color css
<style>
a { background-color: #498001; }
a { background-color: rgb(73,128,1); }
div.DivClassName
{
background-color: #498001;
}
.BgClassName
{
background-color: #498001;
}
</style>
border-color css
<style>
span { border-color: #498001; }
span { border-color: rgb(73,128,1); }
td.TdClassName
{
border-color: #498001;
}
.TagClassName
{
border-color: #498001;
}
</style>