Shades of Bilbao #40760D
Tints of Bilbao #40760D
RGB
CMYK
RGB Variations
Color information
#40760D (or 0x40760D) is known color: Bilbao. HEX triplet: 40, 76 and 0D. RGB value is (64,118,13). Sum of RGB (Red+Green+Blue) = 64+118+13=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #40760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40760D is #BF89F2. Grayscale: #5A5A5A. Windows color (decimal): -12552691 or 882240. OLE color: 882240.
HSL color Cylindrical-coordinate representation of color #40760D: hue angle of 90.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40760D is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 13 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.54 |
| HSL | 90.86º | 0.8% | 0.26% | - |
| HSV(B) | 90.86º | 0.89% | 0.46% | - |
| XYZ | 8.67 | 14.08 | 2.64 | - |
| YUV | 89.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 13 | 0.46 | 0 | 0.89 | 0.54 | 90.86 | 0.8 | 0.26 |
| Hex | 40 | 76 | D | 2E | 0 | 59 | 36 | 5B | 50 | 1A |
| Octal | 100 | 166 | 15 | 56 | 0 | 131 | 66 | 133 | 120 | 32 |
| Binary | 1000000 | 1110110 | 1101 | 101110 | 0 | 1011001 | 110110 | 1011011 | 1010000 | 11010 |
Color Harmonies of #40760D
Complementary color
Monochromatic Colors of #40760D
Black with #40760D
Text Example
Text Example
White with #40760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40760D; }
p { color: rgb(64,118,13); }
H1.HeaderClassName
{
color: #40760D;
}
.AnyTagClassName
{
color: #40760D;
}
</style>
background-color css
<style>
a { background-color: #40760D; }
a { background-color: rgb(64,118,13); }
div.DivClassName
{
background-color: #40760D;
}
.BgClassName
{
background-color: #40760D;
}
</style>
border-color css
<style>
span { border-color: #40760D; }
span { border-color: rgb(64,118,13); }
td.TdClassName
{
border-color: #40760D;
}
.TagClassName
{
border-color: #40760D;
}
</style>