Shades of Bilbao #40740E
Tints of Bilbao #40740E
RGB
CMYK
RGB Variations
Color information
#40740E (or 0x40740E) is known color: Bilbao. HEX triplet: 40, 74 and 0E. RGB value is (64,116,14). Sum of RGB (Red+Green+Blue) = 64+116+14=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #40740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40740E is #BF8BF1. Grayscale: #595959. Windows color (decimal): -12553202 or 947264. OLE color: 947264.
HSL color Cylindrical-coordinate representation of color #40740E: hue angle of 90.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40740E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 116 | 14 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.55 |
| HSL | 90.59º | 0.78% | 0.25% | - |
| HSV(B) | 90.59º | 0.88% | 0.45% | - |
| XYZ | 8.44 | 13.61 | 2.6 | - |
| YUV | 88.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 14 | 0.45 | 0 | 0.88 | 0.55 | 90.59 | 0.78 | 0.25 |
| Hex | 40 | 74 | E | 2D | 0 | 58 | 37 | 5B | 4E | 19 |
| Octal | 100 | 164 | 16 | 55 | 0 | 130 | 67 | 133 | 116 | 31 |
| Binary | 1000000 | 1110100 | 1110 | 101101 | 0 | 1011000 | 110111 | 1011011 | 1001110 | 11001 |
Color Harmonies of #40740E
Complementary color
Monochromatic Colors of #40740E
Black with #40740E
Text Example
Text Example
White with #40740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40740E; }
p { color: rgb(64,116,14); }
H1.HeaderClassName
{
color: #40740E;
}
.AnyTagClassName
{
color: #40740E;
}
</style>
background-color css
<style>
a { background-color: #40740E; }
a { background-color: rgb(64,116,14); }
div.DivClassName
{
background-color: #40740E;
}
.BgClassName
{
background-color: #40740E;
}
</style>
border-color css
<style>
span { border-color: #40740E; }
span { border-color: rgb(64,116,14); }
td.TdClassName
{
border-color: #40740E;
}
.TagClassName
{
border-color: #40740E;
}
</style>