Shades of Bilbao #40771B
Tints of Bilbao #40771B
RGB
CMYK
RGB Variations
Color information
#40771B (or 0x40771B) is known color: Bilbao. HEX triplet: 40, 77 and 1B. RGB value is (64,119,27). Sum of RGB (Red+Green+Blue) = 64+119+27=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #40771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40771B is #BF88E4. Grayscale: #5C5C5C. Windows color (decimal): -12552421 or 1800000. OLE color: 1800000.
HSL color Cylindrical-coordinate representation of color #40771B: hue angle of 95.87º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40771B is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 27 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.53 |
| HSL | 95.87º | 0.63% | 0.29% | - |
| HSV(B) | 95.87º | 0.77% | 0.47% | - |
| XYZ | 8.91 | 14.36 | 3.34 | - |
| YUV | 92.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 27 | 0.46 | 0 | 0.77 | 0.53 | 95.87 | 0.63 | 0.29 |
| Hex | 40 | 77 | 1B | 2E | 0 | 4D | 35 | 60 | 3F | 1D |
| Octal | 100 | 167 | 33 | 56 | 0 | 115 | 65 | 140 | 77 | 35 |
| Binary | 1000000 | 1110111 | 11011 | 101110 | 0 | 1001101 | 110101 | 1100000 | 111111 | 11101 |
Color Harmonies of #40771B
Complementary color
Monochromatic Colors of #40771B
Black with #40771B
Text Example
Text Example
White with #40771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40771B; }
p { color: rgb(64,119,27); }
H1.HeaderClassName
{
color: #40771B;
}
.AnyTagClassName
{
color: #40771B;
}
</style>
background-color css
<style>
a { background-color: #40771B; }
a { background-color: rgb(64,119,27); }
div.DivClassName
{
background-color: #40771B;
}
.BgClassName
{
background-color: #40771B;
}
</style>
border-color css
<style>
span { border-color: #40771B; }
span { border-color: rgb(64,119,27); }
td.TdClassName
{
border-color: #40771B;
}
.TagClassName
{
border-color: #40771B;
}
</style>