Shades of Bilbao #41742F
Tints of Bilbao #41742F
RGB
CMYK
RGB Variations
Color information
#41742F (or 0x41742F) is known color: Bilbao. HEX triplet: 41, 74 and 2F. RGB value is (65,116,47). Sum of RGB (Red+Green+Blue) = 65+116+47=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #41742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41742F is #BE8BD0. Grayscale: #5D5D5D. Windows color (decimal): -12487633 or 3109953. OLE color: 3109953.
HSL color Cylindrical-coordinate representation of color #41742F: hue angle of 104.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41742F is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 47 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.55 |
| HSL | 104.35º | 0.42% | 0.32% | - |
| HSV(B) | 104.35º | 0.59% | 0.45% | - |
| XYZ | 8.94 | 13.82 | 4.89 | - |
| YUV | 92.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 47 | 0.44 | 0 | 0.59 | 0.55 | 104.35 | 0.42 | 0.32 |
| Hex | 41 | 74 | 2F | 2C | 0 | 3B | 37 | 68 | 2A | 20 |
| Octal | 101 | 164 | 57 | 54 | 0 | 73 | 67 | 150 | 52 | 40 |
| Binary | 1000001 | 1110100 | 101111 | 101100 | 0 | 111011 | 110111 | 1101000 | 101010 | 100000 |
Color Harmonies of #41742F
Complementary color
Monochromatic Colors of #41742F
Black with #41742F
Text Example
Text Example
White with #41742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41742F; }
p { color: rgb(65,116,47); }
H1.HeaderClassName
{
color: #41742F;
}
.AnyTagClassName
{
color: #41742F;
}
</style>
background-color css
<style>
a { background-color: #41742F; }
a { background-color: rgb(65,116,47); }
div.DivClassName
{
background-color: #41742F;
}
.BgClassName
{
background-color: #41742F;
}
</style>
border-color css
<style>
span { border-color: #41742F; }
span { border-color: rgb(65,116,47); }
td.TdClassName
{
border-color: #41742F;
}
.TagClassName
{
border-color: #41742F;
}
</style>