Shades of Bilbao #40731C
Tints of Bilbao #40731C
RGB
CMYK
RGB Variations
Color information
#40731C (or 0x40731C) is known color: Bilbao. HEX triplet: 40, 73 and 1C. RGB value is (64,115,28). Sum of RGB (Red+Green+Blue) = 64+115+28=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #40731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40731C is #BF8CE3. Grayscale: #5A5A5A. Windows color (decimal): -12553444 or 1864512. OLE color: 1864512.
HSL color Cylindrical-coordinate representation of color #40731C: hue angle of 95.17º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40731C is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 28 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.55 |
| HSL | 95.17º | 0.61% | 0.28% | - |
| HSV(B) | 95.17º | 0.76% | 0.45% | - |
| XYZ | 8.45 | 13.44 | 3.25 | - |
| YUV | 89.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 28 | 0.44 | 0 | 0.76 | 0.55 | 95.17 | 0.61 | 0.28 |
| Hex | 40 | 73 | 1C | 2C | 0 | 4C | 37 | 5F | 3D | 1C |
| Octal | 100 | 163 | 34 | 54 | 0 | 114 | 67 | 137 | 75 | 34 |
| Binary | 1000000 | 1110011 | 11100 | 101100 | 0 | 1001100 | 110111 | 1011111 | 111101 | 11100 |
Color Harmonies of #40731C
Complementary color
Monochromatic Colors of #40731C
Black with #40731C
Text Example
Text Example
White with #40731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40731C; }
p { color: rgb(64,115,28); }
H1.HeaderClassName
{
color: #40731C;
}
.AnyTagClassName
{
color: #40731C;
}
</style>
background-color css
<style>
a { background-color: #40731C; }
a { background-color: rgb(64,115,28); }
div.DivClassName
{
background-color: #40731C;
}
.BgClassName
{
background-color: #40731C;
}
</style>
border-color css
<style>
span { border-color: #40731C; }
span { border-color: rgb(64,115,28); }
td.TdClassName
{
border-color: #40731C;
}
.TagClassName
{
border-color: #40731C;
}
</style>