Shades of Bilbao #40730F
Tints of Bilbao #40730F
RGB
CMYK
RGB Variations
Color information
#40730F (or 0x40730F) is known color: Bilbao. HEX triplet: 40, 73 and 0F. RGB value is (64,115,15). Sum of RGB (Red+Green+Blue) = 64+115+15=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #40730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40730F is #BF8CF0. Grayscale: #585858. Windows color (decimal): -12553457 or 1012544. OLE color: 1012544.
HSL color Cylindrical-coordinate representation of color #40730F: hue angle of 90.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40730F is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 15 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.55 |
| HSL | 90.6º | 0.77% | 0.25% | - |
| HSV(B) | 90.6º | 0.87% | 0.45% | - |
| XYZ | 8.33 | 13.39 | 2.6 | - |
| YUV | 88.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 15 | 0.44 | 0 | 0.87 | 0.55 | 90.6 | 0.77 | 0.25 |
| Hex | 40 | 73 | F | 2C | 0 | 57 | 37 | 5B | 4D | 19 |
| Octal | 100 | 163 | 17 | 54 | 0 | 127 | 67 | 133 | 115 | 31 |
| Binary | 1000000 | 1110011 | 1111 | 101100 | 0 | 1010111 | 110111 | 1011011 | 1001101 | 11001 |
Color Harmonies of #40730F
Complementary color
Monochromatic Colors of #40730F
Black with #40730F
Text Example
Text Example
White with #40730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40730F; }
p { color: rgb(64,115,15); }
H1.HeaderClassName
{
color: #40730F;
}
.AnyTagClassName
{
color: #40730F;
}
</style>
background-color css
<style>
a { background-color: #40730F; }
a { background-color: rgb(64,115,15); }
div.DivClassName
{
background-color: #40730F;
}
.BgClassName
{
background-color: #40730F;
}
</style>
border-color css
<style>
span { border-color: #40730F; }
span { border-color: rgb(64,115,15); }
td.TdClassName
{
border-color: #40730F;
}
.TagClassName
{
border-color: #40730F;
}
</style>