Shades of Bilbao #41761F
Tints of Bilbao #41761F
RGB
CMYK
RGB Variations
Color information
#41761F (or 0x41761F) is known color: Bilbao. HEX triplet: 41, 76 and 1F. RGB value is (65,118,31). Sum of RGB (Red+Green+Blue) = 65+118+31=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #41761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41761F is #BE89E0. Grayscale: #5C5C5C. Windows color (decimal): -12487137 or 2061889. OLE color: 2061889.
HSL color Cylindrical-coordinate representation of color #41761F: hue angle of 96.55º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41761F is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 31 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.54 |
| HSL | 96.55º | 0.58% | 0.29% | - |
| HSV(B) | 96.55º | 0.74% | 0.46% | - |
| XYZ | 8.91 | 14.18 | 3.56 | - |
| YUV | 92.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 31 | 0.45 | 0 | 0.74 | 0.54 | 96.55 | 0.58 | 0.29 |
| Hex | 41 | 76 | 1F | 2D | 0 | 4A | 36 | 61 | 3A | 1D |
| Octal | 101 | 166 | 37 | 55 | 0 | 112 | 66 | 141 | 72 | 35 |
| Binary | 1000001 | 1110110 | 11111 | 101101 | 0 | 1001010 | 110110 | 1100001 | 111010 | 11101 |
Color Harmonies of #41761F
Complementary color
Monochromatic Colors of #41761F
Black with #41761F
Text Example
Text Example
White with #41761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41761F; }
p { color: rgb(65,118,31); }
H1.HeaderClassName
{
color: #41761F;
}
.AnyTagClassName
{
color: #41761F;
}
</style>
background-color css
<style>
a { background-color: #41761F; }
a { background-color: rgb(65,118,31); }
div.DivClassName
{
background-color: #41761F;
}
.BgClassName
{
background-color: #41761F;
}
</style>
border-color css
<style>
span { border-color: #41761F; }
span { border-color: rgb(65,118,31); }
td.TdClassName
{
border-color: #41761F;
}
.TagClassName
{
border-color: #41761F;
}
</style>