Shades of Bilbao #407B03
Tints of Bilbao #407B03
RGB
CMYK
RGB Variations
Color information
#407B03 (or 0x407B03) is known color: Bilbao. HEX triplet: 40, 7B and 03. RGB value is (64,123,3). Sum of RGB (Red+Green+Blue) = 64+123+3=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 123 (48.44% from 255 or 64.74% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 123 - color contains mainly: green. Hex color #407B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B03 is #BF84FC. Grayscale: #5C5C5C. Windows color (decimal): -12551421 or 228160. OLE color: 228160.
HSL color Cylindrical-coordinate representation of color #407B03: hue angle of 89.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #407B03 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.52 |
| HSL | 89.5º | 0.95% | 0.25% | - |
| HSV(B) | 89.5º | 0.98% | 0.48% | - |
| XYZ | 9.21 | 15.26 | 2.55 | - |
| YUV | 91.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 3 | 0.48 | 0 | 0.98 | 0.52 | 89.5 | 0.95 | 0.25 |
| Hex | 40 | 7B | 3 | 30 | 0 | 62 | 34 | 5A | 5F | 19 |
| Octal | 100 | 173 | 3 | 60 | 0 | 142 | 64 | 132 | 137 | 31 |
| Binary | 1000000 | 1111011 | 11 | 110000 | 0 | 1100010 | 110100 | 1011010 | 1011111 | 11001 |
Color Harmonies of #407B03
Complementary color
Monochromatic Colors of #407B03
Black with #407B03
Text Example
Text Example
White with #407B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B03; }
p { color: rgb(64,123,3); }
H1.HeaderClassName
{
color: #407B03;
}
.AnyTagClassName
{
color: #407B03;
}
</style>
background-color css
<style>
a { background-color: #407B03; }
a { background-color: rgb(64,123,3); }
div.DivClassName
{
background-color: #407B03;
}
.BgClassName
{
background-color: #407B03;
}
</style>
border-color css
<style>
span { border-color: #407B03; }
span { border-color: rgb(64,123,3); }
td.TdClassName
{
border-color: #407B03;
}
.TagClassName
{
border-color: #407B03;
}
</style>