Shades of Bilbao #40771D
Tints of Bilbao #40771D
RGB
CMYK
RGB Variations
Color information
#40771D (or 0x40771D) is known color: Bilbao. HEX triplet: 40, 77 and 1D. RGB value is (64,119,29). Sum of RGB (Red+Green+Blue) = 64+119+29=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #40771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40771D is #BF88E2. Grayscale: #5C5C5C. Windows color (decimal): -12552419 or 1931072. OLE color: 1931072.
HSL color Cylindrical-coordinate representation of color #40771D: hue angle of 96.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40771D is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 29 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.53 |
| HSL | 96.67º | 0.61% | 0.29% | - |
| HSV(B) | 96.67º | 0.76% | 0.47% | - |
| XYZ | 8.93 | 14.37 | 3.47 | - |
| YUV | 92.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 29 | 0.46 | 0 | 0.76 | 0.53 | 96.67 | 0.61 | 0.29 |
| Hex | 40 | 77 | 1D | 2E | 0 | 4C | 35 | 61 | 3D | 1D |
| Octal | 100 | 167 | 35 | 56 | 0 | 114 | 65 | 141 | 75 | 35 |
| Binary | 1000000 | 1110111 | 11101 | 101110 | 0 | 1001100 | 110101 | 1100001 | 111101 | 11101 |
Color Harmonies of #40771D
Complementary color
Monochromatic Colors of #40771D
Black with #40771D
Text Example
Text Example
White with #40771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40771D; }
p { color: rgb(64,119,29); }
H1.HeaderClassName
{
color: #40771D;
}
.AnyTagClassName
{
color: #40771D;
}
</style>
background-color css
<style>
a { background-color: #40771D; }
a { background-color: rgb(64,119,29); }
div.DivClassName
{
background-color: #40771D;
}
.BgClassName
{
background-color: #40771D;
}
</style>
border-color css
<style>
span { border-color: #40771D; }
span { border-color: rgb(64,119,29); }
td.TdClassName
{
border-color: #40771D;
}
.TagClassName
{
border-color: #40771D;
}
</style>