Shades of Bilbao #40721C
Tints of Bilbao #40721C
RGB
CMYK
RGB Variations
Color information
#40721C (or 0x40721C) is known color: Bilbao. HEX triplet: 40, 72 and 1C. RGB value is (64,114,28). Sum of RGB (Red+Green+Blue) = 64+114+28=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #40721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40721C is #BF8DE3. Grayscale: #595959. Windows color (decimal): -12553700 or 1864256. OLE color: 1864256.
HSL color Cylindrical-coordinate representation of color #40721C: hue angle of 94.88º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40721C is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 28 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.55 |
| HSL | 94.88º | 0.61% | 0.28% | - |
| HSV(B) | 94.88º | 0.75% | 0.45% | - |
| XYZ | 8.34 | 13.21 | 3.21 | - |
| YUV | 89.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 28 | 0.44 | 0 | 0.75 | 0.55 | 94.88 | 0.61 | 0.28 |
| Hex | 40 | 72 | 1C | 2C | 0 | 4B | 37 | 5F | 3D | 1C |
| Octal | 100 | 162 | 34 | 54 | 0 | 113 | 67 | 137 | 75 | 34 |
| Binary | 1000000 | 1110010 | 11100 | 101100 | 0 | 1001011 | 110111 | 1011111 | 111101 | 11100 |
Color Harmonies of #40721C
Complementary color
Monochromatic Colors of #40721C
Black with #40721C
Text Example
Text Example
White with #40721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40721C; }
p { color: rgb(64,114,28); }
H1.HeaderClassName
{
color: #40721C;
}
.AnyTagClassName
{
color: #40721C;
}
</style>
background-color css
<style>
a { background-color: #40721C; }
a { background-color: rgb(64,114,28); }
div.DivClassName
{
background-color: #40721C;
}
.BgClassName
{
background-color: #40721C;
}
</style>
border-color css
<style>
span { border-color: #40721C; }
span { border-color: rgb(64,114,28); }
td.TdClassName
{
border-color: #40721C;
}
.TagClassName
{
border-color: #40721C;
}
</style>