Shades of Bilbao #417C2E
Tints of Bilbao #417C2E
RGB
CMYK
RGB Variations
Color information
#417C2E (or 0x417C2E) is known color: Bilbao. HEX triplet: 41, 7C and 2E. RGB value is (65,124,46). Sum of RGB (Red+Green+Blue) = 65+124+46=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #417C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C2E is #BE83D1. Grayscale: #616161. Windows color (decimal): -12485586 or 3046465. OLE color: 3046465.
HSL color Cylindrical-coordinate representation of color #417C2E: hue angle of 105.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417C2E is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 46 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.51 |
| HSL | 105.38º | 0.46% | 0.33% | - |
| HSV(B) | 105.38º | 0.63% | 0.49% | - |
| XYZ | 9.88 | 15.74 | 5.1 | - |
| YUV | 97.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 46 | 0.48 | 0 | 0.63 | 0.51 | 105.38 | 0.46 | 0.33 |
| Hex | 41 | 7C | 2E | 30 | 0 | 3F | 33 | 69 | 2E | 21 |
| Octal | 101 | 174 | 56 | 60 | 0 | 77 | 63 | 151 | 56 | 41 |
| Binary | 1000001 | 1111100 | 101110 | 110000 | 0 | 111111 | 110011 | 1101001 | 101110 | 100001 |
Color Harmonies of #417C2E
Complementary color
Monochromatic Colors of #417C2E
Black with #417C2E
Text Example
Text Example
White with #417C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C2E; }
p { color: rgb(65,124,46); }
H1.HeaderClassName
{
color: #417C2E;
}
.AnyTagClassName
{
color: #417C2E;
}
</style>
background-color css
<style>
a { background-color: #417C2E; }
a { background-color: rgb(65,124,46); }
div.DivClassName
{
background-color: #417C2E;
}
.BgClassName
{
background-color: #417C2E;
}
</style>
border-color css
<style>
span { border-color: #417C2E; }
span { border-color: rgb(65,124,46); }
td.TdClassName
{
border-color: #417C2E;
}
.TagClassName
{
border-color: #417C2E;
}
</style>