Shades of Bilbao #407E07
Tints of Bilbao #407E07
RGB
CMYK
RGB Variations
Color information
#407E07 (or 0x407E07) is known color: Bilbao. HEX triplet: 40, 7E and 07. RGB value is (64,126,7). Sum of RGB (Red+Green+Blue) = 64+126+7=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #407E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407E07 is #BF81F8. Grayscale: #5E5E5E. Windows color (decimal): -12550649 or 491072. OLE color: 491072.
HSL color Cylindrical-coordinate representation of color #407E07: hue angle of 91.26º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #407E07 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 7 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.51 |
| HSL | 91.26º | 0.89% | 0.26% | - |
| HSV(B) | 91.26º | 0.94% | 0.49% | - |
| XYZ | 9.61 | 16.03 | 2.79 | - |
| YUV | 93.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 7 | 0.49 | 0 | 0.94 | 0.51 | 91.26 | 0.89 | 0.26 |
| Hex | 40 | 7E | 7 | 31 | 0 | 5E | 33 | 5B | 59 | 1A |
| Octal | 100 | 176 | 7 | 61 | 0 | 136 | 63 | 133 | 131 | 32 |
| Binary | 1000000 | 1111110 | 111 | 110001 | 0 | 1011110 | 110011 | 1011011 | 1011001 | 11010 |
Color Harmonies of #407E07
Complementary color
Monochromatic Colors of #407E07
Black with #407E07
Text Example
Text Example
White with #407E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E07; }
p { color: rgb(64,126,7); }
H1.HeaderClassName
{
color: #407E07;
}
.AnyTagClassName
{
color: #407E07;
}
</style>
background-color css
<style>
a { background-color: #407E07; }
a { background-color: rgb(64,126,7); }
div.DivClassName
{
background-color: #407E07;
}
.BgClassName
{
background-color: #407E07;
}
</style>
border-color css
<style>
span { border-color: #407E07; }
span { border-color: rgb(64,126,7); }
td.TdClassName
{
border-color: #407E07;
}
.TagClassName
{
border-color: #407E07;
}
</style>