Shades of Bilbao #417E02
Tints of Bilbao #417E02
RGB
CMYK
RGB Variations
Color information
#417E02 (or 0x417E02) is known color: Bilbao. HEX triplet: 41, 7E and 02. RGB value is (65,126,2). Sum of RGB (Red+Green+Blue) = 65+126+2=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 126 (49.61% from 255 or 65.28% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 126 - color contains mainly: green. Hex color #417E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417E02 is #BE81FD. Grayscale: #5E5E5E. Windows color (decimal): -12485118 or 163393. OLE color: 163393.
HSL color Cylindrical-coordinate representation of color #417E02: hue angle of 89.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #417E02 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 2 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.51 |
| HSL | 89.52º | 0.97% | 0.25% | - |
| HSV(B) | 89.52º | 0.98% | 0.49% | - |
| XYZ | 9.65 | 16.05 | 2.65 | - |
| YUV | 93.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 2 | 0.48 | 0 | 0.98 | 0.51 | 89.52 | 0.97 | 0.25 |
| Hex | 41 | 7E | 2 | 30 | 0 | 62 | 33 | 5A | 61 | 19 |
| Octal | 101 | 176 | 2 | 60 | 0 | 142 | 63 | 132 | 141 | 31 |
| Binary | 1000001 | 1111110 | 10 | 110000 | 0 | 1100010 | 110011 | 1011010 | 1100001 | 11001 |
Color Harmonies of #417E02
Complementary color
Monochromatic Colors of #417E02
Black with #417E02
Text Example
Text Example
White with #417E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E02; }
p { color: rgb(65,126,2); }
H1.HeaderClassName
{
color: #417E02;
}
.AnyTagClassName
{
color: #417E02;
}
</style>
background-color css
<style>
a { background-color: #417E02; }
a { background-color: rgb(65,126,2); }
div.DivClassName
{
background-color: #417E02;
}
.BgClassName
{
background-color: #417E02;
}
</style>
border-color css
<style>
span { border-color: #417E02; }
span { border-color: rgb(65,126,2); }
td.TdClassName
{
border-color: #417E02;
}
.TagClassName
{
border-color: #417E02;
}
</style>