Shades of Bilbao #41760C
Tints of Bilbao #41760C
RGB
CMYK
RGB Variations
Color information
#41760C (or 0x41760C) is known color: Bilbao. HEX triplet: 41, 76 and 0C. RGB value is (65,118,12). Sum of RGB (Red+Green+Blue) = 65+118+12=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #41760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41760C is #BE89F3. Grayscale: #5A5A5A. Windows color (decimal): -12487156 or 816705. OLE color: 816705.
HSL color Cylindrical-coordinate representation of color #41760C: hue angle of 90º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41760C is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 12 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.54 |
| HSL | 90º | 0.82% | 0.25% | - |
| HSV(B) | 90º | 0.9% | 0.46% | - |
| XYZ | 8.72 | 14.11 | 2.61 | - |
| YUV | 90.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 12 | 0.45 | 0 | 0.90 | 0.54 | 90 | 0.82 | 0.25 |
| Hex | 41 | 76 | C | 2D | 0 | 5A | 36 | 5A | 52 | 19 |
| Octal | 101 | 166 | 14 | 55 | 0 | 132 | 66 | 132 | 122 | 31 |
| Binary | 1000001 | 1110110 | 1100 | 101101 | 0 | 1011010 | 110110 | 1011010 | 1010010 | 11001 |
Color Harmonies of #41760C
Complementary color
Monochromatic Colors of #41760C
Black with #41760C
Text Example
Text Example
White with #41760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41760C; }
p { color: rgb(65,118,12); }
H1.HeaderClassName
{
color: #41760C;
}
.AnyTagClassName
{
color: #41760C;
}
</style>
background-color css
<style>
a { background-color: #41760C; }
a { background-color: rgb(65,118,12); }
div.DivClassName
{
background-color: #41760C;
}
.BgClassName
{
background-color: #41760C;
}
</style>
border-color css
<style>
span { border-color: #41760C; }
span { border-color: rgb(65,118,12); }
td.TdClassName
{
border-color: #41760C;
}
.TagClassName
{
border-color: #41760C;
}
</style>