Shades of Bilbao #417E19
Tints of Bilbao #417E19
RGB
CMYK
RGB Variations
Color information
#417E19 (or 0x417E19) is known color: Bilbao. HEX triplet: 41, 7E and 19. RGB value is (65,126,25). Sum of RGB (Red+Green+Blue) = 65+126+25=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #417E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417E19 is #BE81E6. Grayscale: #606060. Windows color (decimal): -12485095 or 1670721. OLE color: 1670721.
HSL color Cylindrical-coordinate representation of color #417E19: hue angle of 96.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #417E19 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 25 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.51 |
| HSL | 96.24º | 0.67% | 0.3% | - |
| HSV(B) | 96.24º | 0.8% | 0.49% | - |
| XYZ | 9.82 | 16.12 | 3.51 | - |
| YUV | 96.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 25 | 0.48 | 0 | 0.80 | 0.51 | 96.24 | 0.67 | 0.3 |
| Hex | 41 | 7E | 19 | 30 | 0 | 50 | 33 | 60 | 43 | 1E |
| Octal | 101 | 176 | 31 | 60 | 0 | 120 | 63 | 140 | 103 | 36 |
| Binary | 1000001 | 1111110 | 11001 | 110000 | 0 | 1010000 | 110011 | 1100000 | 1000011 | 11110 |
Color Harmonies of #417E19
Complementary color
Monochromatic Colors of #417E19
Black with #417E19
Text Example
Text Example
White with #417E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E19; }
p { color: rgb(65,126,25); }
H1.HeaderClassName
{
color: #417E19;
}
.AnyTagClassName
{
color: #417E19;
}
</style>
background-color css
<style>
a { background-color: #417E19; }
a { background-color: rgb(65,126,25); }
div.DivClassName
{
background-color: #417E19;
}
.BgClassName
{
background-color: #417E19;
}
</style>
border-color css
<style>
span { border-color: #417E19; }
span { border-color: rgb(65,126,25); }
td.TdClassName
{
border-color: #417E19;
}
.TagClassName
{
border-color: #417E19;
}
</style>