Shades of Bilbao #40770C
Tints of Bilbao #40770C
RGB
CMYK
RGB Variations
Color information
#40770C (or 0x40770C) is known color: Bilbao. HEX triplet: 40, 77 and 0C. RGB value is (64,119,12). Sum of RGB (Red+Green+Blue) = 64+119+12=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #40770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40770C is #BF88F3. Grayscale: #5A5A5A. Windows color (decimal): -12552436 or 816960. OLE color: 816960.
HSL color Cylindrical-coordinate representation of color #40770C: hue angle of 90.84º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40770C is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 12 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.53 |
| HSL | 90.84º | 0.82% | 0.26% | - |
| HSV(B) | 90.84º | 0.9% | 0.47% | - |
| XYZ | 8.78 | 14.31 | 2.65 | - |
| YUV | 90.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 12 | 0.46 | 0 | 0.90 | 0.53 | 90.84 | 0.82 | 0.26 |
| Hex | 40 | 77 | C | 2E | 0 | 5A | 35 | 5B | 52 | 1A |
| Octal | 100 | 167 | 14 | 56 | 0 | 132 | 65 | 133 | 122 | 32 |
| Binary | 1000000 | 1110111 | 1100 | 101110 | 0 | 1011010 | 110101 | 1011011 | 1010010 | 11010 |
Color Harmonies of #40770C
Complementary color
Monochromatic Colors of #40770C
Black with #40770C
Text Example
Text Example
White with #40770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40770C; }
p { color: rgb(64,119,12); }
H1.HeaderClassName
{
color: #40770C;
}
.AnyTagClassName
{
color: #40770C;
}
</style>
background-color css
<style>
a { background-color: #40770C; }
a { background-color: rgb(64,119,12); }
div.DivClassName
{
background-color: #40770C;
}
.BgClassName
{
background-color: #40770C;
}
</style>
border-color css
<style>
span { border-color: #40770C; }
span { border-color: rgb(64,119,12); }
td.TdClassName
{
border-color: #40770C;
}
.TagClassName
{
border-color: #40770C;
}
</style>