Shades of Bilbao #40880D
Tints of Bilbao #40880D
RGB
CMYK
RGB Variations
Color information
#40880D (or 0x40880D) is known color: Bilbao. HEX triplet: 40, 88 and 0D. RGB value is (64,136,13). Sum of RGB (Red+Green+Blue) = 64+136+13=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #40880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40880D is #BF77F2. Grayscale: #646464. Windows color (decimal): -12548083 or 886848. OLE color: 886848.
HSL color Cylindrical-coordinate representation of color #40880D: hue angle of 95.12º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40880D is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 13 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.47 |
| HSL | 95.12º | 0.83% | 0.29% | - |
| HSV(B) | 95.12º | 0.9% | 0.53% | - |
| XYZ | 10.99 | 18.73 | 3.42 | - |
| YUV | 100.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 13 | 0.53 | 0 | 0.90 | 0.47 | 95.12 | 0.83 | 0.29 |
| Hex | 40 | 88 | D | 35 | 0 | 5A | 2F | 5F | 53 | 1D |
| Octal | 100 | 210 | 15 | 65 | 0 | 132 | 57 | 137 | 123 | 35 |
| Binary | 1000000 | 10001000 | 1101 | 110101 | 0 | 1011010 | 101111 | 1011111 | 1010011 | 11101 |
Color Harmonies of #40880D
Complementary color
Monochromatic Colors of #40880D
Black with #40880D
Text Example
Text Example
White with #40880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40880D; }
p { color: rgb(64,136,13); }
H1.HeaderClassName
{
color: #40880D;
}
.AnyTagClassName
{
color: #40880D;
}
</style>
background-color css
<style>
a { background-color: #40880D; }
a { background-color: rgb(64,136,13); }
div.DivClassName
{
background-color: #40880D;
}
.BgClassName
{
background-color: #40880D;
}
</style>
border-color css
<style>
span { border-color: #40880D; }
span { border-color: rgb(64,136,13); }
td.TdClassName
{
border-color: #40880D;
}
.TagClassName
{
border-color: #40880D;
}
</style>