Shades of Bilbao #417F01
Tints of Bilbao #417F01
RGB
CMYK
RGB Variations
Color information
#417F01 (or 0x417F01) is known color: Bilbao. HEX triplet: 41, 7F and 01. RGB value is (65,127,1). Sum of RGB (Red+Green+Blue) = 65+127+1=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 127 (50% from 255 or 65.80% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 127 - color contains mainly: green. Hex color #417F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417F01 is #BE80FE. Grayscale: #5E5E5E. Windows color (decimal): -12484863 or 98113. OLE color: 98113.
HSL color Cylindrical-coordinate representation of color #417F01: hue angle of 89.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #417F01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 127 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.50 |
| HSL | 89.52º | 0.98% | 0.25% | - |
| HSV(B) | 89.52º | 0.99% | 0.5% | - |
| XYZ | 9.77 | 16.3 | 2.66 | - |
| YUV | 94.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 1 | 0.49 | 0 | 0.99 | 0.50 | 89.52 | 0.98 | 0.25 |
| Hex | 41 | 7F | 1 | 31 | 0 | 63 | 32 | 5A | 62 | 19 |
| Octal | 101 | 177 | 1 | 61 | 0 | 143 | 62 | 132 | 142 | 31 |
| Binary | 1000001 | 1111111 | 1 | 110001 | 0 | 1100011 | 110010 | 1011010 | 1100010 | 11001 |
Color Harmonies of #417F01
Complementary color
Monochromatic Colors of #417F01
Black with #417F01
Text Example
Text Example
White with #417F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F01; }
p { color: rgb(65,127,1); }
H1.HeaderClassName
{
color: #417F01;
}
.AnyTagClassName
{
color: #417F01;
}
</style>
background-color css
<style>
a { background-color: #417F01; }
a { background-color: rgb(65,127,1); }
div.DivClassName
{
background-color: #417F01;
}
.BgClassName
{
background-color: #417F01;
}
</style>
border-color css
<style>
span { border-color: #417F01; }
span { border-color: rgb(65,127,1); }
td.TdClassName
{
border-color: #417F01;
}
.TagClassName
{
border-color: #417F01;
}
</style>