Shades of Bilbao #40751D
Tints of Bilbao #40751D
RGB
CMYK
RGB Variations
Color information
#40751D (or 0x40751D) is known color: Bilbao. HEX triplet: 40, 75 and 1D. RGB value is (64,117,29). Sum of RGB (Red+Green+Blue) = 64+117+29=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #40751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40751D is #BF8AE2. Grayscale: #5B5B5B. Windows color (decimal): -12552931 or 1930560. OLE color: 1930560.
HSL color Cylindrical-coordinate representation of color #40751D: hue angle of 96.14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40751D is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 29 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.54 |
| HSL | 96.14º | 0.6% | 0.29% | - |
| HSV(B) | 96.14º | 0.75% | 0.46% | - |
| XYZ | 8.7 | 13.9 | 3.39 | - |
| YUV | 91.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 29 | 0.45 | 0 | 0.75 | 0.54 | 96.14 | 0.6 | 0.29 |
| Hex | 40 | 75 | 1D | 2D | 0 | 4B | 36 | 60 | 3C | 1D |
| Octal | 100 | 165 | 35 | 55 | 0 | 113 | 66 | 140 | 74 | 35 |
| Binary | 1000000 | 1110101 | 11101 | 101101 | 0 | 1001011 | 110110 | 1100000 | 111100 | 11101 |
Color Harmonies of #40751D
Complementary color
Monochromatic Colors of #40751D
Black with #40751D
Text Example
Text Example
White with #40751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40751D; }
p { color: rgb(64,117,29); }
H1.HeaderClassName
{
color: #40751D;
}
.AnyTagClassName
{
color: #40751D;
}
</style>
background-color css
<style>
a { background-color: #40751D; }
a { background-color: rgb(64,117,29); }
div.DivClassName
{
background-color: #40751D;
}
.BgClassName
{
background-color: #40751D;
}
</style>
border-color css
<style>
span { border-color: #40751D; }
span { border-color: rgb(64,117,29); }
td.TdClassName
{
border-color: #40751D;
}
.TagClassName
{
border-color: #40751D;
}
</style>