Shades of Bilbao #40721F
Tints of Bilbao #40721F
RGB
CMYK
RGB Variations
Color information
#40721F (or 0x40721F) is known color: Bilbao. HEX triplet: 40, 72 and 1F. RGB value is (64,114,31). Sum of RGB (Red+Green+Blue) = 64+114+31=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #40721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40721F is #BF8DE0. Grayscale: #595959. Windows color (decimal): -12553697 or 2060864. OLE color: 2060864.
HSL color Cylindrical-coordinate representation of color #40721F: hue angle of 96.14º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40721F is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 31 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.55 |
| HSL | 96.14º | 0.57% | 0.28% | - |
| HSV(B) | 96.14º | 0.73% | 0.45% | - |
| XYZ | 8.38 | 13.22 | 3.41 | - |
| YUV | 89.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 31 | 0.44 | 0 | 0.73 | 0.55 | 96.14 | 0.57 | 0.28 |
| Hex | 40 | 72 | 1F | 2C | 0 | 49 | 37 | 60 | 39 | 1C |
| Octal | 100 | 162 | 37 | 54 | 0 | 111 | 67 | 140 | 71 | 34 |
| Binary | 1000000 | 1110010 | 11111 | 101100 | 0 | 1001001 | 110111 | 1100000 | 111001 | 11100 |
Color Harmonies of #40721F
Complementary color
Monochromatic Colors of #40721F
Black with #40721F
Text Example
Text Example
White with #40721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40721F; }
p { color: rgb(64,114,31); }
H1.HeaderClassName
{
color: #40721F;
}
.AnyTagClassName
{
color: #40721F;
}
</style>
background-color css
<style>
a { background-color: #40721F; }
a { background-color: rgb(64,114,31); }
div.DivClassName
{
background-color: #40721F;
}
.BgClassName
{
background-color: #40721F;
}
</style>
border-color css
<style>
span { border-color: #40721F; }
span { border-color: rgb(64,114,31); }
td.TdClassName
{
border-color: #40721F;
}
.TagClassName
{
border-color: #40721F;
}
</style>