Shades of Bilbao #40732B
Tints of Bilbao #40732B
RGB
CMYK
RGB Variations
Color information
#40732B (or 0x40732B) is known color: Bilbao. HEX triplet: 40, 73 and 2B. RGB value is (64,115,43). Sum of RGB (Red+Green+Blue) = 64+115+43=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #40732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40732B is #BF8CD4. Grayscale: #5B5B5B. Windows color (decimal): -12553429 or 2847552. OLE color: 2847552.
HSL color Cylindrical-coordinate representation of color #40732B: hue angle of 102.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40732B is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 43 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.55 |
| HSL | 102.5º | 0.46% | 0.31% | - |
| HSV(B) | 102.5º | 0.63% | 0.45% | - |
| XYZ | 8.68 | 13.53 | 4.44 | - |
| YUV | 91.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 43 | 0.44 | 0 | 0.63 | 0.55 | 102.5 | 0.46 | 0.31 |
| Hex | 40 | 73 | 2B | 2C | 0 | 3F | 37 | 66 | 2E | 1F |
| Octal | 100 | 163 | 53 | 54 | 0 | 77 | 67 | 146 | 56 | 37 |
| Binary | 1000000 | 1110011 | 101011 | 101100 | 0 | 111111 | 110111 | 1100110 | 101110 | 11111 |
Color Harmonies of #40732B
Complementary color
Monochromatic Colors of #40732B
Black with #40732B
Text Example
Text Example
White with #40732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40732B; }
p { color: rgb(64,115,43); }
H1.HeaderClassName
{
color: #40732B;
}
.AnyTagClassName
{
color: #40732B;
}
</style>
background-color css
<style>
a { background-color: #40732B; }
a { background-color: rgb(64,115,43); }
div.DivClassName
{
background-color: #40732B;
}
.BgClassName
{
background-color: #40732B;
}
</style>
border-color css
<style>
span { border-color: #40732B; }
span { border-color: rgb(64,115,43); }
td.TdClassName
{
border-color: #40732B;
}
.TagClassName
{
border-color: #40732B;
}
</style>