Shades of Bilbao #407C03
Tints of Bilbao #407C03
RGB
CMYK
RGB Variations
Color information
#407C03 (or 0x407C03) is known color: Bilbao. HEX triplet: 40, 7C and 03. RGB value is (64,124,3). Sum of RGB (Red+Green+Blue) = 64+124+3=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #407C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C03 is #BF83FC. Grayscale: #5C5C5C. Windows color (decimal): -12551165 or 228416. OLE color: 228416.
HSL color Cylindrical-coordinate representation of color #407C03: hue angle of 89.75º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #407C03 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.51 |
| HSL | 89.75º | 0.95% | 0.25% | - |
| HSV(B) | 89.75º | 0.98% | 0.49% | - |
| XYZ | 9.34 | 15.51 | 2.59 | - |
| YUV | 92.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 3 | 0.48 | 0 | 0.98 | 0.51 | 89.75 | 0.95 | 0.25 |
| Hex | 40 | 7C | 3 | 30 | 0 | 62 | 33 | 5A | 5F | 19 |
| Octal | 100 | 174 | 3 | 60 | 0 | 142 | 63 | 132 | 137 | 31 |
| Binary | 1000000 | 1111100 | 11 | 110000 | 0 | 1100010 | 110011 | 1011010 | 1011111 | 11001 |
Color Harmonies of #407C03
Complementary color
Monochromatic Colors of #407C03
Black with #407C03
Text Example
Text Example
White with #407C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C03; }
p { color: rgb(64,124,3); }
H1.HeaderClassName
{
color: #407C03;
}
.AnyTagClassName
{
color: #407C03;
}
</style>
background-color css
<style>
a { background-color: #407C03; }
a { background-color: rgb(64,124,3); }
div.DivClassName
{
background-color: #407C03;
}
.BgClassName
{
background-color: #407C03;
}
</style>
border-color css
<style>
span { border-color: #407C03; }
span { border-color: rgb(64,124,3); }
td.TdClassName
{
border-color: #407C03;
}
.TagClassName
{
border-color: #407C03;
}
</style>