Shades of Bilbao #498707
Tints of Bilbao #498707
RGB
CMYK
RGB Variations
Color information
#498707 (or 0x498707) is known color: Bilbao. HEX triplet: 49, 87 and 07. RGB value is (73,135,7). Sum of RGB (Red+Green+Blue) = 73+135+7=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #498707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498707 is #B678F8. Grayscale: #666666. Windows color (decimal): -11958521 or 493385. OLE color: 493385.
HSL color Cylindrical-coordinate representation of color #498707: hue angle of 89.06º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #498707 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 7 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.47 |
| HSL | 89.06º | 0.9% | 0.28% | - |
| HSV(B) | 89.06º | 0.95% | 0.53% | - |
| XYZ | 11.45 | 18.76 | 3.22 | - |
| YUV | 101.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 7 | 0.46 | 0 | 0.95 | 0.47 | 89.06 | 0.9 | 0.28 |
| Hex | 49 | 87 | 7 | 2E | 0 | 5F | 2F | 59 | 5A | 1C |
| Octal | 111 | 207 | 7 | 56 | 0 | 137 | 57 | 131 | 132 | 34 |
| Binary | 1001001 | 10000111 | 111 | 101110 | 0 | 1011111 | 101111 | 1011001 | 1011010 | 11100 |
Color Harmonies of #498707
Complementary color
Monochromatic Colors of #498707
Black with #498707
Text Example
Text Example
White with #498707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498707; }
p { color: rgb(73,135,7); }
H1.HeaderClassName
{
color: #498707;
}
.AnyTagClassName
{
color: #498707;
}
</style>
background-color css
<style>
a { background-color: #498707; }
a { background-color: rgb(73,135,7); }
div.DivClassName
{
background-color: #498707;
}
.BgClassName
{
background-color: #498707;
}
</style>
border-color css
<style>
span { border-color: #498707; }
span { border-color: rgb(73,135,7); }
td.TdClassName
{
border-color: #498707;
}
.TagClassName
{
border-color: #498707;
}
</style>