Shades of Bilbao #40760C
Tints of Bilbao #40760C
RGB
CMYK
RGB Variations
Color information
#40760C (or 0x40760C) is known color: Bilbao. HEX triplet: 40, 76 and 0C. RGB value is (64,118,12). Sum of RGB (Red+Green+Blue) = 64+118+12=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #40760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40760C is #BF89F3. Grayscale: #5A5A5A. Windows color (decimal): -12552692 or 816704. OLE color: 816704.
HSL color Cylindrical-coordinate representation of color #40760C: hue angle of 90.57º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40760C is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 12 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.54 |
| HSL | 90.57º | 0.82% | 0.25% | - |
| HSV(B) | 90.57º | 0.9% | 0.46% | - |
| XYZ | 8.66 | 14.07 | 2.61 | - |
| YUV | 89.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 12 | 0.46 | 0 | 0.90 | 0.54 | 90.57 | 0.82 | 0.25 |
| Hex | 40 | 76 | C | 2E | 0 | 5A | 36 | 5B | 52 | 19 |
| Octal | 100 | 166 | 14 | 56 | 0 | 132 | 66 | 133 | 122 | 31 |
| Binary | 1000000 | 1110110 | 1100 | 101110 | 0 | 1011010 | 110110 | 1011011 | 1010010 | 11001 |
Color Harmonies of #40760C
Complementary color
Monochromatic Colors of #40760C
Black with #40760C
Text Example
Text Example
White with #40760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40760C; }
p { color: rgb(64,118,12); }
H1.HeaderClassName
{
color: #40760C;
}
.AnyTagClassName
{
color: #40760C;
}
</style>
background-color css
<style>
a { background-color: #40760C; }
a { background-color: rgb(64,118,12); }
div.DivClassName
{
background-color: #40760C;
}
.BgClassName
{
background-color: #40760C;
}
</style>
border-color css
<style>
span { border-color: #40760C; }
span { border-color: rgb(64,118,12); }
td.TdClassName
{
border-color: #40760C;
}
.TagClassName
{
border-color: #40760C;
}
</style>