Shades of Bilbao #407C37
Tints of Bilbao #407C37
RGB
CMYK
RGB Variations
Color information
#407C37 (or 0x407C37) is known color: Bilbao. HEX triplet: 40, 7C and 37. RGB value is (64,124,55). Sum of RGB (Red+Green+Blue) = 64+124+55=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #407C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C37 is #BF83C8. Grayscale: #626262. Windows color (decimal): -12551113 or 3636288. OLE color: 3636288.
HSL color Cylindrical-coordinate representation of color #407C37: hue angle of 112.17º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407C37 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 55 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.51 |
| HSL | 112.17º | 0.39% | 0.35% | - |
| HSV(B) | 112.17º | 0.56% | 0.49% | - |
| XYZ | 10.01 | 15.78 | 6.13 | - |
| YUV | 98.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 55 | 0.48 | 0 | 0.56 | 0.51 | 112.17 | 0.39 | 0.35 |
| Hex | 40 | 7C | 37 | 30 | 0 | 38 | 33 | 70 | 27 | 23 |
| Octal | 100 | 174 | 67 | 60 | 0 | 70 | 63 | 160 | 47 | 43 |
| Binary | 1000000 | 1111100 | 110111 | 110000 | 0 | 111000 | 110011 | 1110000 | 100111 | 100011 |
Color Harmonies of #407C37
Complementary color
Monochromatic Colors of #407C37
Black with #407C37
Text Example
Text Example
White with #407C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C37; }
p { color: rgb(64,124,55); }
H1.HeaderClassName
{
color: #407C37;
}
.AnyTagClassName
{
color: #407C37;
}
</style>
background-color css
<style>
a { background-color: #407C37; }
a { background-color: rgb(64,124,55); }
div.DivClassName
{
background-color: #407C37;
}
.BgClassName
{
background-color: #407C37;
}
</style>
border-color css
<style>
span { border-color: #407C37; }
span { border-color: rgb(64,124,55); }
td.TdClassName
{
border-color: #407C37;
}
.TagClassName
{
border-color: #407C37;
}
</style>