Shades of Bilbao #40721B
Tints of Bilbao #40721B
RGB
CMYK
RGB Variations
Color information
#40721B (or 0x40721B) is known color: Bilbao. HEX triplet: 40, 72 and 1B. RGB value is (64,114,27). Sum of RGB (Red+Green+Blue) = 64+114+27=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #40721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40721B is #BF8DE4. Grayscale: #595959. Windows color (decimal): -12553701 or 1798720. OLE color: 1798720.
HSL color Cylindrical-coordinate representation of color #40721B: hue angle of 94.48º degrees, saturation: 0.62, 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 #40721B is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 27 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.55 |
| HSL | 94.48º | 0.62% | 0.28% | - |
| HSV(B) | 94.48º | 0.76% | 0.45% | - |
| XYZ | 8.33 | 13.2 | 3.15 | - |
| YUV | 89.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 27 | 0.44 | 0 | 0.76 | 0.55 | 94.48 | 0.62 | 0.28 |
| Hex | 40 | 72 | 1B | 2C | 0 | 4C | 37 | 5E | 3E | 1C |
| Octal | 100 | 162 | 33 | 54 | 0 | 114 | 67 | 136 | 76 | 34 |
| Binary | 1000000 | 1110010 | 11011 | 101100 | 0 | 1001100 | 110111 | 1011110 | 111110 | 11100 |
Color Harmonies of #40721B
Complementary color
Monochromatic Colors of #40721B
Black with #40721B
Text Example
Text Example
White with #40721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40721B; }
p { color: rgb(64,114,27); }
H1.HeaderClassName
{
color: #40721B;
}
.AnyTagClassName
{
color: #40721B;
}
</style>
background-color css
<style>
a { background-color: #40721B; }
a { background-color: rgb(64,114,27); }
div.DivClassName
{
background-color: #40721B;
}
.BgClassName
{
background-color: #40721B;
}
</style>
border-color css
<style>
span { border-color: #40721B; }
span { border-color: rgb(64,114,27); }
td.TdClassName
{
border-color: #40721B;
}
.TagClassName
{
border-color: #40721B;
}
</style>