Shades of Bilbao #40720B
Tints of Bilbao #40720B
RGB
CMYK
RGB Variations
Color information
#40720B (or 0x40720B) is known color: Bilbao. HEX triplet: 40, 72 and 0B. RGB value is (64,114,11). Sum of RGB (Red+Green+Blue) = 64+114+11=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #40720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40720B is #BF8DF4. Grayscale: #575757. Windows color (decimal): -12553717 or 750144. OLE color: 750144.
HSL color Cylindrical-coordinate representation of color #40720B: hue angle of 89.13º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40720B is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 11 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.55 |
| HSL | 89.13º | 0.82% | 0.25% | - |
| HSV(B) | 89.13º | 0.9% | 0.45% | - |
| XYZ | 8.19 | 13.15 | 2.42 | - |
| YUV | 87.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 11 | 0.44 | 0 | 0.90 | 0.55 | 89.13 | 0.82 | 0.25 |
| Hex | 40 | 72 | B | 2C | 0 | 5A | 37 | 59 | 52 | 19 |
| Octal | 100 | 162 | 13 | 54 | 0 | 132 | 67 | 131 | 122 | 31 |
| Binary | 1000000 | 1110010 | 1011 | 101100 | 0 | 1011010 | 110111 | 1011001 | 1010010 | 11001 |
Color Harmonies of #40720B
Complementary color
Monochromatic Colors of #40720B
Black with #40720B
Text Example
Text Example
White with #40720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40720B; }
p { color: rgb(64,114,11); }
H1.HeaderClassName
{
color: #40720B;
}
.AnyTagClassName
{
color: #40720B;
}
</style>
background-color css
<style>
a { background-color: #40720B; }
a { background-color: rgb(64,114,11); }
div.DivClassName
{
background-color: #40720B;
}
.BgClassName
{
background-color: #40720B;
}
</style>
border-color css
<style>
span { border-color: #40720B; }
span { border-color: rgb(64,114,11); }
td.TdClassName
{
border-color: #40720B;
}
.TagClassName
{
border-color: #40720B;
}
</style>