Shades of Bilbao #406F13
Tints of Bilbao #406F13
RGB
CMYK
RGB Variations
Color information
#406F13 (or 0x406F13) is known color: Bilbao. HEX triplet: 40, 6F and 13. RGB value is (64,111,19). Sum of RGB (Red+Green+Blue) = 64+111+19=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #406F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F13 is #BF90EC. Grayscale: #565656. Windows color (decimal): -12554477 or 1273664. OLE color: 1273664.
HSL color Cylindrical-coordinate representation of color #406F13: hue angle of 90.65º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #406F13 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 19 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.56 |
| HSL | 90.65º | 0.71% | 0.25% | - |
| HSV(B) | 90.65º | 0.83% | 0.44% | - |
| XYZ | 7.92 | 12.51 | 2.61 | - |
| YUV | 86.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 19 | 0.42 | 0 | 0.83 | 0.56 | 90.65 | 0.71 | 0.25 |
| Hex | 40 | 6F | 13 | 2A | 0 | 53 | 38 | 5B | 47 | 19 |
| Octal | 100 | 157 | 23 | 52 | 0 | 123 | 70 | 133 | 107 | 31 |
| Binary | 1000000 | 1101111 | 10011 | 101010 | 0 | 1010011 | 111000 | 1011011 | 1000111 | 11001 |
Color Harmonies of #406F13
Complementary color
Monochromatic Colors of #406F13
Black with #406F13
Text Example
Text Example
White with #406F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F13; }
p { color: rgb(64,111,19); }
H1.HeaderClassName
{
color: #406F13;
}
.AnyTagClassName
{
color: #406F13;
}
</style>
background-color css
<style>
a { background-color: #406F13; }
a { background-color: rgb(64,111,19); }
div.DivClassName
{
background-color: #406F13;
}
.BgClassName
{
background-color: #406F13;
}
</style>
border-color css
<style>
span { border-color: #406F13; }
span { border-color: rgb(64,111,19); }
td.TdClassName
{
border-color: #406F13;
}
.TagClassName
{
border-color: #406F13;
}
</style>