Shades of Bilbao #417A2D
Tints of Bilbao #417A2D
RGB
CMYK
RGB Variations
Color information
#417A2D (or 0x417A2D) is known color: Bilbao. HEX triplet: 41, 7A and 2D. RGB value is (65,122,45). Sum of RGB (Red+Green+Blue) = 65+122+45=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #417A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417A2D is #BE85D2. Grayscale: #606060. Windows color (decimal): -12486099 or 2980417. OLE color: 2980417.
HSL color Cylindrical-coordinate representation of color #417A2D: hue angle of 104.42º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417A2D is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 45 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.52 |
| HSL | 104.42º | 0.46% | 0.33% | - |
| HSV(B) | 104.42º | 0.63% | 0.48% | - |
| XYZ | 9.61 | 15.23 | 4.92 | - |
| YUV | 96.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 45 | 0.47 | 0 | 0.63 | 0.52 | 104.42 | 0.46 | 0.33 |
| Hex | 41 | 7A | 2D | 2F | 0 | 3F | 34 | 68 | 2E | 21 |
| Octal | 101 | 172 | 55 | 57 | 0 | 77 | 64 | 150 | 56 | 41 |
| Binary | 1000001 | 1111010 | 101101 | 101111 | 0 | 111111 | 110100 | 1101000 | 101110 | 100001 |
Color Harmonies of #417A2D
Complementary color
Monochromatic Colors of #417A2D
Black with #417A2D
Text Example
Text Example
White with #417A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A2D; }
p { color: rgb(65,122,45); }
H1.HeaderClassName
{
color: #417A2D;
}
.AnyTagClassName
{
color: #417A2D;
}
</style>
background-color css
<style>
a { background-color: #417A2D; }
a { background-color: rgb(65,122,45); }
div.DivClassName
{
background-color: #417A2D;
}
.BgClassName
{
background-color: #417A2D;
}
</style>
border-color css
<style>
span { border-color: #417A2D; }
span { border-color: rgb(65,122,45); }
td.TdClassName
{
border-color: #417A2D;
}
.TagClassName
{
border-color: #417A2D;
}
</style>