Shades of Bilbao #417B2C
Tints of Bilbao #417B2C
RGB
CMYK
RGB Variations
Color information
#417B2C (or 0x417B2C) is known color: Bilbao. HEX triplet: 41, 7B and 2C. RGB value is (65,123,44). Sum of RGB (Red+Green+Blue) = 65+123+44=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #417B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417B2C is #BE84D3. Grayscale: #606060. Windows color (decimal): -12485844 or 2915137. OLE color: 2915137.
HSL color Cylindrical-coordinate representation of color #417B2C: hue angle of 104.05º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #417B2C is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 123 | 44 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.52 |
| HSL | 104.05º | 0.47% | 0.33% | - |
| HSV(B) | 104.05º | 0.64% | 0.48% | - |
| XYZ | 9.72 | 15.47 | 4.86 | - |
| YUV | 96.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 44 | 0.47 | 0 | 0.64 | 0.52 | 104.05 | 0.47 | 0.33 |
| Hex | 41 | 7B | 2C | 2F | 0 | 40 | 34 | 68 | 2F | 21 |
| Octal | 101 | 173 | 54 | 57 | 0 | 100 | 64 | 150 | 57 | 41 |
| Binary | 1000001 | 1111011 | 101100 | 101111 | 0 | 1000000 | 110100 | 1101000 | 101111 | 100001 |
Color Harmonies of #417B2C
Complementary color
Monochromatic Colors of #417B2C
Black with #417B2C
Text Example
Text Example
White with #417B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B2C; }
p { color: rgb(65,123,44); }
H1.HeaderClassName
{
color: #417B2C;
}
.AnyTagClassName
{
color: #417B2C;
}
</style>
background-color css
<style>
a { background-color: #417B2C; }
a { background-color: rgb(65,123,44); }
div.DivClassName
{
background-color: #417B2C;
}
.BgClassName
{
background-color: #417B2C;
}
</style>
border-color css
<style>
span { border-color: #417B2C; }
span { border-color: rgb(65,123,44); }
td.TdClassName
{
border-color: #417B2C;
}
.TagClassName
{
border-color: #417B2C;
}
</style>