Shades of Bilbao #40730A
Tints of Bilbao #40730A
RGB
CMYK
RGB Variations
Color information
#40730A (or 0x40730A) is known color: Bilbao. HEX triplet: 40, 73 and 0A. RGB value is (64,115,10). Sum of RGB (Red+Green+Blue) = 64+115+10=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #40730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40730A is #BF8CF5. Grayscale: #585858. Windows color (decimal): -12553462 or 684864. OLE color: 684864.
HSL color Cylindrical-coordinate representation of color #40730A: hue angle of 89.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40730A is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 10 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.55 |
| HSL | 89.14º | 0.84% | 0.25% | - |
| HSV(B) | 89.14º | 0.91% | 0.45% | - |
| XYZ | 8.3 | 13.37 | 2.43 | - |
| YUV | 87.78 | 84.1 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 10 | 0.44 | 0 | 0.91 | 0.55 | 89.14 | 0.84 | 0.25 |
| Hex | 40 | 73 | A | 2C | 0 | 5B | 37 | 59 | 54 | 19 |
| Octal | 100 | 163 | 12 | 54 | 0 | 133 | 67 | 131 | 124 | 31 |
| Binary | 1000000 | 1110011 | 1010 | 101100 | 0 | 1011011 | 110111 | 1011001 | 1010100 | 11001 |
Color Harmonies of #40730A
Complementary color
Monochromatic Colors of #40730A
Black with #40730A
Text Example
Text Example
White with #40730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40730A; }
p { color: rgb(64,115,10); }
H1.HeaderClassName
{
color: #40730A;
}
.AnyTagClassName
{
color: #40730A;
}
</style>
background-color css
<style>
a { background-color: #40730A; }
a { background-color: rgb(64,115,10); }
div.DivClassName
{
background-color: #40730A;
}
.BgClassName
{
background-color: #40730A;
}
</style>
border-color css
<style>
span { border-color: #40730A; }
span { border-color: rgb(64,115,10); }
td.TdClassName
{
border-color: #40730A;
}
.TagClassName
{
border-color: #40730A;
}
</style>