Shades of Bilbao #40732E
Tints of Bilbao #40732E
RGB
CMYK
RGB Variations
Color information
#40732E (or 0x40732E) is known color: Bilbao. HEX triplet: 40, 73 and 2E. RGB value is (64,115,46). Sum of RGB (Red+Green+Blue) = 64+115+46=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #40732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40732E is #BF8CD1. Grayscale: #5C5C5C. Windows color (decimal): -12553426 or 3044160. OLE color: 3044160.
HSL color Cylindrical-coordinate representation of color #40732E: hue angle of 104.35º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40732E is Cyan = 0.44, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 46 | - |
| CMYK | 0.44 | 0 | 0.6 | 0.55 |
| HSL | 104.35º | 0.43% | 0.32% | - |
| HSV(B) | 104.35º | 0.6% | 0.45% | - |
| XYZ | 8.74 | 13.55 | 4.74 | - |
| YUV | 91.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 46 | 0.44 | 0 | 0.6 | 0.55 | 104.35 | 0.43 | 0.32 |
| Hex | 40 | 73 | 2E | 2C | 0 | 3C | 37 | 68 | 2B | 20 |
| Octal | 100 | 163 | 56 | 54 | 0 | 74 | 67 | 150 | 53 | 40 |
| Binary | 1000000 | 1110011 | 101110 | 101100 | 0 | 111100 | 110111 | 1101000 | 101011 | 100000 |
Color Harmonies of #40732E
Complementary color
Monochromatic Colors of #40732E
Black with #40732E
Text Example
Text Example
White with #40732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40732E; }
p { color: rgb(64,115,46); }
H1.HeaderClassName
{
color: #40732E;
}
.AnyTagClassName
{
color: #40732E;
}
</style>
background-color css
<style>
a { background-color: #40732E; }
a { background-color: rgb(64,115,46); }
div.DivClassName
{
background-color: #40732E;
}
.BgClassName
{
background-color: #40732E;
}
</style>
border-color css
<style>
span { border-color: #40732E; }
span { border-color: rgb(64,115,46); }
td.TdClassName
{
border-color: #40732E;
}
.TagClassName
{
border-color: #40732E;
}
</style>