Shades of Bilbao #417F03
Tints of Bilbao #417F03
RGB
CMYK
RGB Variations
Color information
#417F03 (or 0x417F03) is known color: Bilbao. HEX triplet: 41, 7F and 03. RGB value is (65,127,3). Sum of RGB (Red+Green+Blue) = 65+127+3=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #417F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417F03 is #BE80FC. Grayscale: #5E5E5E. Windows color (decimal): -12484861 or 229185. OLE color: 229185.
HSL color Cylindrical-coordinate representation of color #417F03: hue angle of 90º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #417F03 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 127 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.50 |
| HSL | 90º | 0.95% | 0.25% | - |
| HSV(B) | 90º | 0.98% | 0.5% | - |
| XYZ | 9.79 | 16.31 | 2.72 | - |
| YUV | 94.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 3 | 0.49 | 0 | 0.98 | 0.50 | 90 | 0.95 | 0.25 |
| Hex | 41 | 7F | 3 | 31 | 0 | 62 | 32 | 5A | 5F | 19 |
| Octal | 101 | 177 | 3 | 61 | 0 | 142 | 62 | 132 | 137 | 31 |
| Binary | 1000001 | 1111111 | 11 | 110001 | 0 | 1100010 | 110010 | 1011010 | 1011111 | 11001 |
Color Harmonies of #417F03
Complementary color
Monochromatic Colors of #417F03
Black with #417F03
Text Example
Text Example
White with #417F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F03; }
p { color: rgb(65,127,3); }
H1.HeaderClassName
{
color: #417F03;
}
.AnyTagClassName
{
color: #417F03;
}
</style>
background-color css
<style>
a { background-color: #417F03; }
a { background-color: rgb(65,127,3); }
div.DivClassName
{
background-color: #417F03;
}
.BgClassName
{
background-color: #417F03;
}
</style>
border-color css
<style>
span { border-color: #417F03; }
span { border-color: rgb(65,127,3); }
td.TdClassName
{
border-color: #417F03;
}
.TagClassName
{
border-color: #417F03;
}
</style>