Shades of Bilbao #40760A
Tints of Bilbao #40760A
RGB
CMYK
RGB Variations
Color information
#40760A (or 0x40760A) is known color: Bilbao. HEX triplet: 40, 76 and 0A. RGB value is (64,118,10). Sum of RGB (Red+Green+Blue) = 64+118+10=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #40760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40760A is #BF89F5. Grayscale: #595959. Windows color (decimal): -12552694 or 685632. OLE color: 685632.
HSL color Cylindrical-coordinate representation of color #40760A: hue angle of 90º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40760A is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 10 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.54 |
| HSL | 90º | 0.84% | 0.25% | - |
| HSV(B) | 90º | 0.92% | 0.46% | - |
| XYZ | 8.65 | 14.07 | 2.55 | - |
| YUV | 89.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 10 | 0.46 | 0 | 0.92 | 0.54 | 90 | 0.84 | 0.25 |
| Hex | 40 | 76 | A | 2E | 0 | 5C | 36 | 5A | 54 | 19 |
| Octal | 100 | 166 | 12 | 56 | 0 | 134 | 66 | 132 | 124 | 31 |
| Binary | 1000000 | 1110110 | 1010 | 101110 | 0 | 1011100 | 110110 | 1011010 | 1010100 | 11001 |
Color Harmonies of #40760A
Complementary color
Monochromatic Colors of #40760A
Black with #40760A
Text Example
Text Example
White with #40760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40760A; }
p { color: rgb(64,118,10); }
H1.HeaderClassName
{
color: #40760A;
}
.AnyTagClassName
{
color: #40760A;
}
</style>
background-color css
<style>
a { background-color: #40760A; }
a { background-color: rgb(64,118,10); }
div.DivClassName
{
background-color: #40760A;
}
.BgClassName
{
background-color: #40760A;
}
</style>
border-color css
<style>
span { border-color: #40760A; }
span { border-color: rgb(64,118,10); }
td.TdClassName
{
border-color: #40760A;
}
.TagClassName
{
border-color: #40760A;
}
</style>