Shades of Bilbao #498023
Tints of Bilbao #498023
RGB
CMYK
RGB Variations
Color information
#498023 (or 0x498023) is known color: Bilbao. HEX triplet: 49, 80 and 23. RGB value is (73,128,35). Sum of RGB (Red+Green+Blue) = 73+128+35=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #498023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498023 is #B67FDC. Grayscale: #656565. Windows color (decimal): -11960285 or 2326601. OLE color: 2326601.
HSL color Cylindrical-coordinate representation of color #498023: hue angle of 95.48º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #498023 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 35 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.50 |
| HSL | 95.48º | 0.57% | 0.32% | - |
| HSV(B) | 95.48º | 0.73% | 0.5% | - |
| XYZ | 10.77 | 16.98 | 4.3 | - |
| YUV | 100.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 35 | 0.43 | 0 | 0.73 | 0.50 | 95.48 | 0.57 | 0.32 |
| Hex | 49 | 80 | 23 | 2B | 0 | 49 | 32 | 5F | 39 | 20 |
| Octal | 111 | 200 | 43 | 53 | 0 | 111 | 62 | 137 | 71 | 40 |
| Binary | 1001001 | 10000000 | 100011 | 101011 | 0 | 1001001 | 110010 | 1011111 | 111001 | 100000 |
Color Harmonies of #498023
Complementary color
Monochromatic Colors of #498023
Black with #498023
Text Example
Text Example
White with #498023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498023; }
p { color: rgb(73,128,35); }
H1.HeaderClassName
{
color: #498023;
}
.AnyTagClassName
{
color: #498023;
}
</style>
background-color css
<style>
a { background-color: #498023; }
a { background-color: rgb(73,128,35); }
div.DivClassName
{
background-color: #498023;
}
.BgClassName
{
background-color: #498023;
}
</style>
border-color css
<style>
span { border-color: #498023; }
span { border-color: rgb(73,128,35); }
td.TdClassName
{
border-color: #498023;
}
.TagClassName
{
border-color: #498023;
}
</style>