Shades of Bilbao #40861E
Tints of Bilbao #40861E
RGB
CMYK
RGB Variations
Color information
#40861E (or 0x40861E) is known color: Bilbao. HEX triplet: 40, 86 and 1E. RGB value is (64,134,30). Sum of RGB (Red+Green+Blue) = 64+134+30=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #40861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40861E is #BF79E1. Grayscale: #656565. Windows color (decimal): -12548578 or 2000448. OLE color: 2000448.
HSL color Cylindrical-coordinate representation of color #40861E: hue angle of 100.38º degrees, saturation: 0.63, 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 #40861E is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 30 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.47 |
| HSL | 100.38º | 0.63% | 0.32% | - |
| HSV(B) | 100.38º | 0.78% | 0.53% | - |
| XYZ | 10.87 | 18.23 | 4.17 | - |
| YUV | 101.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 30 | 0.52 | 0 | 0.78 | 0.47 | 100.38 | 0.63 | 0.32 |
| Hex | 40 | 86 | 1E | 34 | 0 | 4E | 2F | 64 | 3F | 20 |
| Octal | 100 | 206 | 36 | 64 | 0 | 116 | 57 | 144 | 77 | 40 |
| Binary | 1000000 | 10000110 | 11110 | 110100 | 0 | 1001110 | 101111 | 1100100 | 111111 | 100000 |
Color Harmonies of #40861E
Complementary color
Monochromatic Colors of #40861E
Black with #40861E
Text Example
Text Example
White with #40861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40861E; }
p { color: rgb(64,134,30); }
H1.HeaderClassName
{
color: #40861E;
}
.AnyTagClassName
{
color: #40861E;
}
</style>
background-color css
<style>
a { background-color: #40861E; }
a { background-color: rgb(64,134,30); }
div.DivClassName
{
background-color: #40861E;
}
.BgClassName
{
background-color: #40861E;
}
</style>
border-color css
<style>
span { border-color: #40861E; }
span { border-color: rgb(64,134,30); }
td.TdClassName
{
border-color: #40861E;
}
.TagClassName
{
border-color: #40861E;
}
</style>