Shades of Bilbao #41741B
Tints of Bilbao #41741B
RGB
CMYK
RGB Variations
Color information
#41741B (or 0x41741B) is known color: Bilbao. HEX triplet: 41, 74 and 1B. RGB value is (65,116,27). Sum of RGB (Red+Green+Blue) = 65+116+27=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #41741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41741B is #BE8BE4. Grayscale: #5A5A5A. Windows color (decimal): -12487653 or 1799233. OLE color: 1799233.
HSL color Cylindrical-coordinate representation of color #41741B: hue angle of 94.38º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41741B is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 27 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.55 |
| HSL | 94.38º | 0.62% | 0.28% | - |
| HSV(B) | 94.38º | 0.77% | 0.45% | - |
| XYZ | 8.62 | 13.69 | 3.23 | - |
| YUV | 90.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 27 | 0.44 | 0 | 0.77 | 0.55 | 94.38 | 0.62 | 0.28 |
| Hex | 41 | 74 | 1B | 2C | 0 | 4D | 37 | 5E | 3E | 1C |
| Octal | 101 | 164 | 33 | 54 | 0 | 115 | 67 | 136 | 76 | 34 |
| Binary | 1000001 | 1110100 | 11011 | 101100 | 0 | 1001101 | 110111 | 1011110 | 111110 | 11100 |
Color Harmonies of #41741B
Complementary color
Monochromatic Colors of #41741B
Black with #41741B
Text Example
Text Example
White with #41741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41741B; }
p { color: rgb(65,116,27); }
H1.HeaderClassName
{
color: #41741B;
}
.AnyTagClassName
{
color: #41741B;
}
</style>
background-color css
<style>
a { background-color: #41741B; }
a { background-color: rgb(65,116,27); }
div.DivClassName
{
background-color: #41741B;
}
.BgClassName
{
background-color: #41741B;
}
</style>
border-color css
<style>
span { border-color: #41741B; }
span { border-color: rgb(65,116,27); }
td.TdClassName
{
border-color: #41741B;
}
.TagClassName
{
border-color: #41741B;
}
</style>