Shades of Bilbao #407E06
Tints of Bilbao #407E06
RGB
CMYK
RGB Variations
Color information
#407E06 (or 0x407E06) is known color: Bilbao. HEX triplet: 40, 7E and 06. RGB value is (64,126,6). Sum of RGB (Red+Green+Blue) = 64+126+6=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 126 (49.61% from 255 or 64.29% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 126 - color contains mainly: green. Hex color #407E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407E06 is #BF81F9. Grayscale: #5E5E5E. Windows color (decimal): -12550650 or 425536. OLE color: 425536.
HSL color Cylindrical-coordinate representation of color #407E06: hue angle of 91º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #407E06 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 6 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.51 |
| HSL | 91º | 0.91% | 0.26% | - |
| HSV(B) | 91º | 0.95% | 0.49% | - |
| XYZ | 9.61 | 16.02 | 2.76 | - |
| YUV | 93.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 6 | 0.49 | 0 | 0.95 | 0.51 | 91 | 0.91 | 0.26 |
| Hex | 40 | 7E | 6 | 31 | 0 | 5F | 33 | 5B | 5B | 1A |
| Octal | 100 | 176 | 6 | 61 | 0 | 137 | 63 | 133 | 133 | 32 |
| Binary | 1000000 | 1111110 | 110 | 110001 | 0 | 1011111 | 110011 | 1011011 | 1011011 | 11010 |
Color Harmonies of #407E06
Complementary color
Monochromatic Colors of #407E06
Black with #407E06
Text Example
Text Example
White with #407E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E06; }
p { color: rgb(64,126,6); }
H1.HeaderClassName
{
color: #407E06;
}
.AnyTagClassName
{
color: #407E06;
}
</style>
background-color css
<style>
a { background-color: #407E06; }
a { background-color: rgb(64,126,6); }
div.DivClassName
{
background-color: #407E06;
}
.BgClassName
{
background-color: #407E06;
}
</style>
border-color css
<style>
span { border-color: #407E06; }
span { border-color: rgb(64,126,6); }
td.TdClassName
{
border-color: #407E06;
}
.TagClassName
{
border-color: #407E06;
}
</style>