Shades of Bilbao #40801F
Tints of Bilbao #40801F
RGB
CMYK
RGB Variations
Color information
#40801F (or 0x40801F) is known color: Bilbao. HEX triplet: 40, 80 and 1F. RGB value is (64,128,31). Sum of RGB (Red+Green+Blue) = 64+128+31=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #40801F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40801F is #BF7FE0. Grayscale: #626262. Windows color (decimal): -12550113 or 2064448. OLE color: 2064448.
HSL color Cylindrical-coordinate representation of color #40801F: hue angle of 99.59º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40801F is Cyan = 0.5, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 31 | - |
| CMYK | 0.5 | 0 | 0.76 | 0.50 |
| HSL | 99.59º | 0.61% | 0.31% | - |
| HSV(B) | 99.59º | 0.76% | 0.5% | - |
| XYZ | 10.08 | 16.63 | 3.97 | - |
| YUV | 97.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 31 | 0.5 | 0 | 0.76 | 0.50 | 99.59 | 0.61 | 0.31 |
| Hex | 40 | 80 | 1F | 32 | 0 | 4C | 32 | 64 | 3D | 1F |
| Octal | 100 | 200 | 37 | 62 | 0 | 114 | 62 | 144 | 75 | 37 |
| Binary | 1000000 | 10000000 | 11111 | 110010 | 0 | 1001100 | 110010 | 1100100 | 111101 | 11111 |
Color Harmonies of #40801F
Complementary color
Monochromatic Colors of #40801F
Black with #40801F
Text Example
Text Example
White with #40801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40801F; }
p { color: rgb(64,128,31); }
H1.HeaderClassName
{
color: #40801F;
}
.AnyTagClassName
{
color: #40801F;
}
</style>
background-color css
<style>
a { background-color: #40801F; }
a { background-color: rgb(64,128,31); }
div.DivClassName
{
background-color: #40801F;
}
.BgClassName
{
background-color: #40801F;
}
</style>
border-color css
<style>
span { border-color: #40801F; }
span { border-color: rgb(64,128,31); }
td.TdClassName
{
border-color: #40801F;
}
.TagClassName
{
border-color: #40801F;
}
</style>