Shades of Bilbao #41741D
Tints of Bilbao #41741D
RGB
CMYK
RGB Variations
Color information
#41741D (or 0x41741D) is known color: Bilbao. HEX triplet: 41, 74 and 1D. RGB value is (65,116,29). Sum of RGB (Red+Green+Blue) = 65+116+29=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #41741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41741D is #BE8BE2. Grayscale: #5B5B5B. Windows color (decimal): -12487651 or 1930305. OLE color: 1930305.
HSL color Cylindrical-coordinate representation of color #41741D: hue angle of 95.17º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41741D is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 29 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.55 |
| HSL | 95.17º | 0.6% | 0.28% | - |
| HSV(B) | 95.17º | 0.75% | 0.45% | - |
| XYZ | 8.65 | 13.7 | 3.35 | - |
| YUV | 90.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 29 | 0.44 | 0 | 0.75 | 0.55 | 95.17 | 0.6 | 0.28 |
| Hex | 41 | 74 | 1D | 2C | 0 | 4B | 37 | 5F | 3C | 1C |
| Octal | 101 | 164 | 35 | 54 | 0 | 113 | 67 | 137 | 74 | 34 |
| Binary | 1000001 | 1110100 | 11101 | 101100 | 0 | 1001011 | 110111 | 1011111 | 111100 | 11100 |
Color Harmonies of #41741D
Complementary color
Monochromatic Colors of #41741D
Black with #41741D
Text Example
Text Example
White with #41741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41741D; }
p { color: rgb(65,116,29); }
H1.HeaderClassName
{
color: #41741D;
}
.AnyTagClassName
{
color: #41741D;
}
</style>
background-color css
<style>
a { background-color: #41741D; }
a { background-color: rgb(65,116,29); }
div.DivClassName
{
background-color: #41741D;
}
.BgClassName
{
background-color: #41741D;
}
</style>
border-color css
<style>
span { border-color: #41741D; }
span { border-color: rgb(65,116,29); }
td.TdClassName
{
border-color: #41741D;
}
.TagClassName
{
border-color: #41741D;
}
</style>