Shades of Bilbao #407B15
Tints of Bilbao #407B15
RGB
CMYK
RGB Variations
Color information
#407B15 (or 0x407B15) is known color: Bilbao. HEX triplet: 40, 7B and 15. RGB value is (64,123,21). Sum of RGB (Red+Green+Blue) = 64+123+21=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #407B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B15 is #BF84EA. Grayscale: #5E5E5E. Windows color (decimal): -12551403 or 1407808. OLE color: 1407808.
HSL color Cylindrical-coordinate representation of color #407B15: hue angle of 94.71º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #407B15 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 21 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.52 |
| HSL | 94.71º | 0.71% | 0.28% | - |
| HSV(B) | 94.71º | 0.83% | 0.48% | - |
| XYZ | 9.33 | 15.31 | 3.17 | - |
| YUV | 93.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 21 | 0.48 | 0 | 0.83 | 0.52 | 94.71 | 0.71 | 0.28 |
| Hex | 40 | 7B | 15 | 30 | 0 | 53 | 34 | 5F | 47 | 1C |
| Octal | 100 | 173 | 25 | 60 | 0 | 123 | 64 | 137 | 107 | 34 |
| Binary | 1000000 | 1111011 | 10101 | 110000 | 0 | 1010011 | 110100 | 1011111 | 1000111 | 11100 |
Color Harmonies of #407B15
Complementary color
Monochromatic Colors of #407B15
Black with #407B15
Text Example
Text Example
White with #407B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B15; }
p { color: rgb(64,123,21); }
H1.HeaderClassName
{
color: #407B15;
}
.AnyTagClassName
{
color: #407B15;
}
</style>
background-color css
<style>
a { background-color: #407B15; }
a { background-color: rgb(64,123,21); }
div.DivClassName
{
background-color: #407B15;
}
.BgClassName
{
background-color: #407B15;
}
</style>
border-color css
<style>
span { border-color: #407B15; }
span { border-color: rgb(64,123,21); }
td.TdClassName
{
border-color: #407B15;
}
.TagClassName
{
border-color: #407B15;
}
</style>