Shades of Bilbao #40751C
Tints of Bilbao #40751C
RGB
CMYK
RGB Variations
Color information
#40751C (or 0x40751C) is known color: Bilbao. HEX triplet: 40, 75 and 1C. RGB value is (64,117,28). Sum of RGB (Red+Green+Blue) = 64+117+28=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #40751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40751C is #BF8AE3. Grayscale: #5B5B5B. Windows color (decimal): -12552932 or 1865024. OLE color: 1865024.
HSL color Cylindrical-coordinate representation of color #40751C: hue angle of 95.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40751C is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 28 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.54 |
| HSL | 95.73º | 0.61% | 0.28% | - |
| HSV(B) | 95.73º | 0.76% | 0.46% | - |
| XYZ | 8.69 | 13.9 | 3.32 | - |
| YUV | 91.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 28 | 0.45 | 0 | 0.76 | 0.54 | 95.73 | 0.61 | 0.28 |
| Hex | 40 | 75 | 1C | 2D | 0 | 4C | 36 | 60 | 3D | 1C |
| Octal | 100 | 165 | 34 | 55 | 0 | 114 | 66 | 140 | 75 | 34 |
| Binary | 1000000 | 1110101 | 11100 | 101101 | 0 | 1001100 | 110110 | 1100000 | 111101 | 11100 |
Color Harmonies of #40751C
Complementary color
Monochromatic Colors of #40751C
Black with #40751C
Text Example
Text Example
White with #40751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40751C; }
p { color: rgb(64,117,28); }
H1.HeaderClassName
{
color: #40751C;
}
.AnyTagClassName
{
color: #40751C;
}
</style>
background-color css
<style>
a { background-color: #40751C; }
a { background-color: rgb(64,117,28); }
div.DivClassName
{
background-color: #40751C;
}
.BgClassName
{
background-color: #40751C;
}
</style>
border-color css
<style>
span { border-color: #40751C; }
span { border-color: rgb(64,117,28); }
td.TdClassName
{
border-color: #40751C;
}
.TagClassName
{
border-color: #40751C;
}
</style>