Shades of Bilbao #41750F
Tints of Bilbao #41750F
RGB
CMYK
RGB Variations
Color information
#41750F (or 0x41750F) is known color: Bilbao. HEX triplet: 41, 75 and 0F. RGB value is (65,117,15). Sum of RGB (Red+Green+Blue) = 65+117+15=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #41750F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41750F is #BE8AF0. Grayscale: #5A5A5A. Windows color (decimal): -12487409 or 1013057. OLE color: 1013057.
HSL color Cylindrical-coordinate representation of color #41750F: hue angle of 90.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41750F is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 15 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.54 |
| HSL | 90.59º | 0.77% | 0.26% | - |
| HSV(B) | 90.59º | 0.87% | 0.46% | - |
| XYZ | 8.63 | 13.88 | 2.68 | - |
| YUV | 89.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 15 | 0.44 | 0 | 0.87 | 0.54 | 90.59 | 0.77 | 0.26 |
| Hex | 41 | 75 | F | 2C | 0 | 57 | 36 | 5B | 4D | 1A |
| Octal | 101 | 165 | 17 | 54 | 0 | 127 | 66 | 133 | 115 | 32 |
| Binary | 1000001 | 1110101 | 1111 | 101100 | 0 | 1010111 | 110110 | 1011011 | 1001101 | 11010 |
Color Harmonies of #41750F
Complementary color
Monochromatic Colors of #41750F
Black with #41750F
Text Example
Text Example
White with #41750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41750F; }
p { color: rgb(65,117,15); }
H1.HeaderClassName
{
color: #41750F;
}
.AnyTagClassName
{
color: #41750F;
}
</style>
background-color css
<style>
a { background-color: #41750F; }
a { background-color: rgb(65,117,15); }
div.DivClassName
{
background-color: #41750F;
}
.BgClassName
{
background-color: #41750F;
}
</style>
border-color css
<style>
span { border-color: #41750F; }
span { border-color: rgb(65,117,15); }
td.TdClassName
{
border-color: #41750F;
}
.TagClassName
{
border-color: #41750F;
}
</style>