Shades of Bilbao #417C31
Tints of Bilbao #417C31
RGB
CMYK
RGB Variations
Color information
#417C31 (or 0x417C31) is known color: Bilbao. HEX triplet: 41, 7C and 31. RGB value is (65,124,49). Sum of RGB (Red+Green+Blue) = 65+124+49=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #417C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C31 is #BE83CE. Grayscale: #626262. Windows color (decimal): -12485583 or 3243073. OLE color: 3243073.
HSL color Cylindrical-coordinate representation of color #417C31: hue angle of 107.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #417C31 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 49 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.51 |
| HSL | 107.2º | 0.43% | 0.34% | - |
| HSV(B) | 107.2º | 0.6% | 0.49% | - |
| XYZ | 9.94 | 15.76 | 5.42 | - |
| YUV | 97.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 49 | 0.48 | 0 | 0.60 | 0.51 | 107.2 | 0.43 | 0.34 |
| Hex | 41 | 7C | 31 | 30 | 0 | 3C | 33 | 6B | 2B | 22 |
| Octal | 101 | 174 | 61 | 60 | 0 | 74 | 63 | 153 | 53 | 42 |
| Binary | 1000001 | 1111100 | 110001 | 110000 | 0 | 111100 | 110011 | 1101011 | 101011 | 100010 |
Color Harmonies of #417C31
Complementary color
Monochromatic Colors of #417C31
Black with #417C31
Text Example
Text Example
White with #417C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C31; }
p { color: rgb(65,124,49); }
H1.HeaderClassName
{
color: #417C31;
}
.AnyTagClassName
{
color: #417C31;
}
</style>
background-color css
<style>
a { background-color: #417C31; }
a { background-color: rgb(65,124,49); }
div.DivClassName
{
background-color: #417C31;
}
.BgClassName
{
background-color: #417C31;
}
</style>
border-color css
<style>
span { border-color: #417C31; }
span { border-color: rgb(65,124,49); }
td.TdClassName
{
border-color: #417C31;
}
.TagClassName
{
border-color: #417C31;
}
</style>