Shades of Bilbao #417E2F
Tints of Bilbao #417E2F
RGB
CMYK
RGB Variations
Color information
#417E2F (or 0x417E2F) is known color: Bilbao. HEX triplet: 41, 7E and 2F. RGB value is (65,126,47). Sum of RGB (Red+Green+Blue) = 65+126+47=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #417E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417E2F is #BE81D0. Grayscale: #636363. Windows color (decimal): -12485073 or 3112513. OLE color: 3112513.
HSL color Cylindrical-coordinate representation of color #417E2F: hue angle of 106.33º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417E2F is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 47 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.51 |
| HSL | 106.33º | 0.46% | 0.34% | - |
| HSV(B) | 106.33º | 0.63% | 0.49% | - |
| XYZ | 10.15 | 16.25 | 5.29 | - |
| YUV | 98.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 47 | 0.48 | 0 | 0.63 | 0.51 | 106.33 | 0.46 | 0.34 |
| Hex | 41 | 7E | 2F | 30 | 0 | 3F | 33 | 6A | 2E | 22 |
| Octal | 101 | 176 | 57 | 60 | 0 | 77 | 63 | 152 | 56 | 42 |
| Binary | 1000001 | 1111110 | 101111 | 110000 | 0 | 111111 | 110011 | 1101010 | 101110 | 100010 |
Color Harmonies of #417E2F
Complementary color
Monochromatic Colors of #417E2F
Black with #417E2F
Text Example
Text Example
White with #417E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E2F; }
p { color: rgb(65,126,47); }
H1.HeaderClassName
{
color: #417E2F;
}
.AnyTagClassName
{
color: #417E2F;
}
</style>
background-color css
<style>
a { background-color: #417E2F; }
a { background-color: rgb(65,126,47); }
div.DivClassName
{
background-color: #417E2F;
}
.BgClassName
{
background-color: #417E2F;
}
</style>
border-color css
<style>
span { border-color: #417E2F; }
span { border-color: rgb(65,126,47); }
td.TdClassName
{
border-color: #417E2F;
}
.TagClassName
{
border-color: #417E2F;
}
</style>