Shades of Bilbao #40861D
Tints of Bilbao #40861D
RGB
CMYK
RGB Variations
Color information
#40861D (or 0x40861D) is known color: Bilbao. HEX triplet: 40, 86 and 1D. RGB value is (64,134,29). Sum of RGB (Red+Green+Blue) = 64+134+29=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #40861D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40861D is #BF79E2. Grayscale: #656565. Windows color (decimal): -12548579 or 1934912. OLE color: 1934912.
HSL color Cylindrical-coordinate representation of color #40861D: hue angle of 100º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40861D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 29 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.47 |
| HSL | 100º | 0.64% | 0.32% | - |
| HSV(B) | 100º | 0.78% | 0.53% | - |
| XYZ | 10.86 | 18.23 | 4.11 | - |
| YUV | 101.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 29 | 0.52 | 0 | 0.78 | 0.47 | 100 | 0.64 | 0.32 |
| Hex | 40 | 86 | 1D | 34 | 0 | 4E | 2F | 64 | 40 | 20 |
| Octal | 100 | 206 | 35 | 64 | 0 | 116 | 57 | 144 | 100 | 40 |
| Binary | 1000000 | 10000110 | 11101 | 110100 | 0 | 1001110 | 101111 | 1100100 | 1000000 | 100000 |
Color Harmonies of #40861D
Complementary color
Monochromatic Colors of #40861D
Black with #40861D
Text Example
Text Example
White with #40861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40861D; }
p { color: rgb(64,134,29); }
H1.HeaderClassName
{
color: #40861D;
}
.AnyTagClassName
{
color: #40861D;
}
</style>
background-color css
<style>
a { background-color: #40861D; }
a { background-color: rgb(64,134,29); }
div.DivClassName
{
background-color: #40861D;
}
.BgClassName
{
background-color: #40861D;
}
</style>
border-color css
<style>
span { border-color: #40861D; }
span { border-color: rgb(64,134,29); }
td.TdClassName
{
border-color: #40861D;
}
.TagClassName
{
border-color: #40861D;
}
</style>