Shades of Bilbao #41760B
Tints of Bilbao #41760B
RGB
CMYK
RGB Variations
Color information
#41760B (or 0x41760B) is known color: Bilbao. HEX triplet: 41, 76 and 0B. RGB value is (65,118,11). Sum of RGB (Red+Green+Blue) = 65+118+11=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #41760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41760B is #BE89F4. Grayscale: #5A5A5A. Windows color (decimal): -12487157 or 751169. OLE color: 751169.
HSL color Cylindrical-coordinate representation of color #41760B: hue angle of 89.72º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41760B is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 11 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.54 |
| HSL | 89.72º | 0.83% | 0.25% | - |
| HSV(B) | 89.72º | 0.91% | 0.46% | - |
| XYZ | 8.72 | 14.1 | 2.58 | - |
| YUV | 89.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 11 | 0.45 | 0 | 0.91 | 0.54 | 89.72 | 0.83 | 0.25 |
| Hex | 41 | 76 | B | 2D | 0 | 5B | 36 | 5A | 53 | 19 |
| Octal | 101 | 166 | 13 | 55 | 0 | 133 | 66 | 132 | 123 | 31 |
| Binary | 1000001 | 1110110 | 1011 | 101101 | 0 | 1011011 | 110110 | 1011010 | 1010011 | 11001 |
Color Harmonies of #41760B
Complementary color
Monochromatic Colors of #41760B
Black with #41760B
Text Example
Text Example
White with #41760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41760B; }
p { color: rgb(65,118,11); }
H1.HeaderClassName
{
color: #41760B;
}
.AnyTagClassName
{
color: #41760B;
}
</style>
background-color css
<style>
a { background-color: #41760B; }
a { background-color: rgb(65,118,11); }
div.DivClassName
{
background-color: #41760B;
}
.BgClassName
{
background-color: #41760B;
}
</style>
border-color css
<style>
span { border-color: #41760B; }
span { border-color: rgb(65,118,11); }
td.TdClassName
{
border-color: #41760B;
}
.TagClassName
{
border-color: #41760B;
}
</style>