Shades of Bilbao #417B07
Tints of Bilbao #417B07
RGB
CMYK
RGB Variations
Color information
#417B07 (or 0x417B07) is known color: Bilbao. HEX triplet: 41, 7B and 07. RGB value is (65,123,7). Sum of RGB (Red+Green+Blue) = 65+123+7=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #417B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417B07 is #BE84F8. Grayscale: #5C5C5C. Windows color (decimal): -12485881 or 490305. OLE color: 490305.
HSL color Cylindrical-coordinate representation of color #417B07: hue angle of 90º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #417B07 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 123 | 7 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.52 |
| HSL | 90º | 0.89% | 0.25% | - |
| HSV(B) | 90º | 0.94% | 0.48% | - |
| XYZ | 9.3 | 15.31 | 2.66 | - |
| YUV | 92.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 7 | 0.47 | 0 | 0.94 | 0.52 | 90 | 0.89 | 0.25 |
| Hex | 41 | 7B | 7 | 2F | 0 | 5E | 34 | 5A | 59 | 19 |
| Octal | 101 | 173 | 7 | 57 | 0 | 136 | 64 | 132 | 131 | 31 |
| Binary | 1000001 | 1111011 | 111 | 101111 | 0 | 1011110 | 110100 | 1011010 | 1011001 | 11001 |
Color Harmonies of #417B07
Complementary color
Monochromatic Colors of #417B07
Black with #417B07
Text Example
Text Example
White with #417B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B07; }
p { color: rgb(65,123,7); }
H1.HeaderClassName
{
color: #417B07;
}
.AnyTagClassName
{
color: #417B07;
}
</style>
background-color css
<style>
a { background-color: #417B07; }
a { background-color: rgb(65,123,7); }
div.DivClassName
{
background-color: #417B07;
}
.BgClassName
{
background-color: #417B07;
}
</style>
border-color css
<style>
span { border-color: #417B07; }
span { border-color: rgb(65,123,7); }
td.TdClassName
{
border-color: #417B07;
}
.TagClassName
{
border-color: #417B07;
}
</style>