Shades of Bilbao #40772D
Tints of Bilbao #40772D
RGB
CMYK
RGB Variations
Color information
#40772D (or 0x40772D) is known color: Bilbao. HEX triplet: 40, 77 and 2D. RGB value is (64,119,45). Sum of RGB (Red+Green+Blue) = 64+119+45=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #40772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40772D is #BF88D2. Grayscale: #5E5E5E. Windows color (decimal): -12552403 or 2979648. OLE color: 2979648.
HSL color Cylindrical-coordinate representation of color #40772D: hue angle of 104.59º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40772D is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 45 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.53 |
| HSL | 104.59º | 0.45% | 0.32% | - |
| HSV(B) | 104.59º | 0.62% | 0.47% | - |
| XYZ | 9.18 | 14.47 | 4.79 | - |
| YUV | 94.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 45 | 0.46 | 0 | 0.62 | 0.53 | 104.59 | 0.45 | 0.32 |
| Hex | 40 | 77 | 2D | 2E | 0 | 3E | 35 | 69 | 2D | 20 |
| Octal | 100 | 167 | 55 | 56 | 0 | 76 | 65 | 151 | 55 | 40 |
| Binary | 1000000 | 1110111 | 101101 | 101110 | 0 | 111110 | 110101 | 1101001 | 101101 | 100000 |
Color Harmonies of #40772D
Complementary color
Monochromatic Colors of #40772D
Black with #40772D
Text Example
Text Example
White with #40772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40772D; }
p { color: rgb(64,119,45); }
H1.HeaderClassName
{
color: #40772D;
}
.AnyTagClassName
{
color: #40772D;
}
</style>
background-color css
<style>
a { background-color: #40772D; }
a { background-color: rgb(64,119,45); }
div.DivClassName
{
background-color: #40772D;
}
.BgClassName
{
background-color: #40772D;
}
</style>
border-color css
<style>
span { border-color: #40772D; }
span { border-color: rgb(64,119,45); }
td.TdClassName
{
border-color: #40772D;
}
.TagClassName
{
border-color: #40772D;
}
</style>