Shades of Bilbao #407D17
Tints of Bilbao #407D17
RGB
CMYK
RGB Variations
Color information
#407D17 (or 0x407D17) is known color: Bilbao. HEX triplet: 40, 7D and 17. RGB value is (64,125,23). Sum of RGB (Red+Green+Blue) = 64+125+23=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #407D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D17 is #BF82E8. Grayscale: #5F5F5F. Windows color (decimal): -12550889 or 1539392. OLE color: 1539392.
HSL color Cylindrical-coordinate representation of color #407D17: hue angle of 95.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #407D17 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 23 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.51 |
| HSL | 95.88º | 0.69% | 0.29% | - |
| HSV(B) | 95.88º | 0.82% | 0.49% | - |
| XYZ | 9.6 | 15.82 | 3.36 | - |
| YUV | 95.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 23 | 0.49 | 0 | 0.82 | 0.51 | 95.88 | 0.69 | 0.29 |
| Hex | 40 | 7D | 17 | 31 | 0 | 52 | 33 | 60 | 45 | 1D |
| Octal | 100 | 175 | 27 | 61 | 0 | 122 | 63 | 140 | 105 | 35 |
| Binary | 1000000 | 1111101 | 10111 | 110001 | 0 | 1010010 | 110011 | 1100000 | 1000101 | 11101 |
Color Harmonies of #407D17
Complementary color
Monochromatic Colors of #407D17
Black with #407D17
Text Example
Text Example
White with #407D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D17; }
p { color: rgb(64,125,23); }
H1.HeaderClassName
{
color: #407D17;
}
.AnyTagClassName
{
color: #407D17;
}
</style>
background-color css
<style>
a { background-color: #407D17; }
a { background-color: rgb(64,125,23); }
div.DivClassName
{
background-color: #407D17;
}
.BgClassName
{
background-color: #407D17;
}
</style>
border-color css
<style>
span { border-color: #407D17; }
span { border-color: rgb(64,125,23); }
td.TdClassName
{
border-color: #407D17;
}
.TagClassName
{
border-color: #407D17;
}
</style>