Shades of Bilbao #417A2E
Tints of Bilbao #417A2E
RGB
CMYK
RGB Variations
Color information
#417A2E (or 0x417A2E) is known color: Bilbao. HEX triplet: 41, 7A and 2E. RGB value is (65,122,46). Sum of RGB (Red+Green+Blue) = 65+122+46=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #417A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417A2E is #BE85D1. Grayscale: #606060. Windows color (decimal): -12486098 or 3045953. OLE color: 3045953.
HSL color Cylindrical-coordinate representation of color #417A2E: hue angle of 105º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417A2E is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 46 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.52 |
| HSL | 105º | 0.45% | 0.33% | - |
| HSV(B) | 105º | 0.62% | 0.48% | - |
| XYZ | 9.63 | 15.24 | 5.02 | - |
| YUV | 96.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 46 | 0.47 | 0 | 0.62 | 0.52 | 105 | 0.45 | 0.33 |
| Hex | 41 | 7A | 2E | 2F | 0 | 3E | 34 | 69 | 2D | 21 |
| Octal | 101 | 172 | 56 | 57 | 0 | 76 | 64 | 151 | 55 | 41 |
| Binary | 1000001 | 1111010 | 101110 | 101111 | 0 | 111110 | 110100 | 1101001 | 101101 | 100001 |
Color Harmonies of #417A2E
Complementary color
Monochromatic Colors of #417A2E
Black with #417A2E
Text Example
Text Example
White with #417A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A2E; }
p { color: rgb(65,122,46); }
H1.HeaderClassName
{
color: #417A2E;
}
.AnyTagClassName
{
color: #417A2E;
}
</style>
background-color css
<style>
a { background-color: #417A2E; }
a { background-color: rgb(65,122,46); }
div.DivClassName
{
background-color: #417A2E;
}
.BgClassName
{
background-color: #417A2E;
}
</style>
border-color css
<style>
span { border-color: #417A2E; }
span { border-color: rgb(65,122,46); }
td.TdClassName
{
border-color: #417A2E;
}
.TagClassName
{
border-color: #417A2E;
}
</style>