Shades of Bilbao #417E07
Tints of Bilbao #417E07
RGB
CMYK
RGB Variations
Color information
#417E07 (or 0x417E07) is known color: Bilbao. HEX triplet: 41, 7E and 07. RGB value is (65,126,7). Sum of RGB (Red+Green+Blue) = 65+126+7=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 126 (49.61% from 255 or 63.64% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 126 - color contains mainly: green. Hex color #417E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417E07 is #BE81F8. Grayscale: #5E5E5E. Windows color (decimal): -12485113 or 491073. OLE color: 491073.
HSL color Cylindrical-coordinate representation of color #417E07: hue angle of 90.76º 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 #417E07 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 7 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.51 |
| HSL | 90.76º | 0.89% | 0.26% | - |
| HSV(B) | 90.76º | 0.94% | 0.49% | - |
| XYZ | 9.68 | 16.06 | 2.79 | - |
| YUV | 94.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 7 | 0.48 | 0 | 0.94 | 0.51 | 90.76 | 0.89 | 0.26 |
| Hex | 41 | 7E | 7 | 30 | 0 | 5E | 33 | 5B | 59 | 1A |
| Octal | 101 | 176 | 7 | 60 | 0 | 136 | 63 | 133 | 131 | 32 |
| Binary | 1000001 | 1111110 | 111 | 110000 | 0 | 1011110 | 110011 | 1011011 | 1011001 | 11010 |
Color Harmonies of #417E07
Complementary color
Monochromatic Colors of #417E07
Black with #417E07
Text Example
Text Example
White with #417E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E07; }
p { color: rgb(65,126,7); }
H1.HeaderClassName
{
color: #417E07;
}
.AnyTagClassName
{
color: #417E07;
}
</style>
background-color css
<style>
a { background-color: #417E07; }
a { background-color: rgb(65,126,7); }
div.DivClassName
{
background-color: #417E07;
}
.BgClassName
{
background-color: #417E07;
}
</style>
border-color css
<style>
span { border-color: #417E07; }
span { border-color: rgb(65,126,7); }
td.TdClassName
{
border-color: #417E07;
}
.TagClassName
{
border-color: #417E07;
}
</style>