Shades of Bilbao #40710D
Tints of Bilbao #40710D
RGB
CMYK
RGB Variations
Color information
#40710D (or 0x40710D) is known color: Bilbao. HEX triplet: 40, 71 and 0D. RGB value is (64,113,13). Sum of RGB (Red+Green+Blue) = 64+113+13=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #40710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40710D is #BF8EF2. Grayscale: #575757. Windows color (decimal): -12553971 or 880960. OLE color: 880960.
HSL color Cylindrical-coordinate representation of color #40710D: hue angle of 89.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40710D is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 13 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.56 |
| HSL | 89.4º | 0.79% | 0.25% | - |
| HSV(B) | 89.4º | 0.88% | 0.44% | - |
| XYZ | 8.09 | 12.93 | 2.45 | - |
| YUV | 86.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 13 | 0.43 | 0 | 0.88 | 0.56 | 89.4 | 0.79 | 0.25 |
| Hex | 40 | 71 | D | 2B | 0 | 58 | 38 | 59 | 4F | 19 |
| Octal | 100 | 161 | 15 | 53 | 0 | 130 | 70 | 131 | 117 | 31 |
| Binary | 1000000 | 1110001 | 1101 | 101011 | 0 | 1011000 | 111000 | 1011001 | 1001111 | 11001 |
Color Harmonies of #40710D
Complementary color
Monochromatic Colors of #40710D
Black with #40710D
Text Example
Text Example
White with #40710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40710D; }
p { color: rgb(64,113,13); }
H1.HeaderClassName
{
color: #40710D;
}
.AnyTagClassName
{
color: #40710D;
}
</style>
background-color css
<style>
a { background-color: #40710D; }
a { background-color: rgb(64,113,13); }
div.DivClassName
{
background-color: #40710D;
}
.BgClassName
{
background-color: #40710D;
}
</style>
border-color css
<style>
span { border-color: #40710D; }
span { border-color: rgb(64,113,13); }
td.TdClassName
{
border-color: #40710D;
}
.TagClassName
{
border-color: #40710D;
}
</style>