Shades of Bilbao #407C01
Tints of Bilbao #407C01
RGB
CMYK
RGB Variations
Color information
#407C01 (or 0x407C01) is known color: Bilbao. HEX triplet: 40, 7C and 01. RGB value is (64,124,1). Sum of RGB (Red+Green+Blue) = 64+124+1=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #407C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C01 is #BF83FE. Grayscale: #5C5C5C. Windows color (decimal): -12551167 or 97344. OLE color: 97344.
HSL color Cylindrical-coordinate representation of color #407C01: hue angle of 89.27º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #407C01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.51 |
| HSL | 89.27º | 0.98% | 0.25% | - |
| HSV(B) | 89.27º | 0.99% | 0.49% | - |
| XYZ | 9.33 | 15.51 | 2.53 | - |
| YUV | 92.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 1 | 0.48 | 0 | 0.99 | 0.51 | 89.27 | 0.98 | 0.25 |
| Hex | 40 | 7C | 1 | 30 | 0 | 63 | 33 | 59 | 62 | 19 |
| Octal | 100 | 174 | 1 | 60 | 0 | 143 | 63 | 131 | 142 | 31 |
| Binary | 1000000 | 1111100 | 1 | 110000 | 0 | 1100011 | 110011 | 1011001 | 1100010 | 11001 |
Color Harmonies of #407C01
Complementary color
Monochromatic Colors of #407C01
Black with #407C01
Text Example
Text Example
White with #407C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C01; }
p { color: rgb(64,124,1); }
H1.HeaderClassName
{
color: #407C01;
}
.AnyTagClassName
{
color: #407C01;
}
</style>
background-color css
<style>
a { background-color: #407C01; }
a { background-color: rgb(64,124,1); }
div.DivClassName
{
background-color: #407C01;
}
.BgClassName
{
background-color: #407C01;
}
</style>
border-color css
<style>
span { border-color: #407C01; }
span { border-color: rgb(64,124,1); }
td.TdClassName
{
border-color: #407C01;
}
.TagClassName
{
border-color: #407C01;
}
</style>