Shades of Bilbao #41850F
Tints of Bilbao #41850F
RGB
CMYK
RGB Variations
Color information
#41850F (or 0x41850F) is known color: Bilbao. HEX triplet: 41, 85 and 0F. RGB value is (65,133,15). Sum of RGB (Red+Green+Blue) = 65+133+15=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #41850F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41850F is #BE7AF0. Grayscale: #636363. Windows color (decimal): -12483313 or 1017153. OLE color: 1017153.
HSL color Cylindrical-coordinate representation of color #41850F: hue angle of 94.58º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41850F is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 15 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.48 |
| HSL | 94.58º | 0.8% | 0.29% | - |
| HSV(B) | 94.58º | 0.89% | 0.52% | - |
| XYZ | 10.65 | 17.93 | 3.35 | - |
| YUV | 99.22 | 80.47 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 15 | 0.51 | 0 | 0.89 | 0.48 | 94.58 | 0.8 | 0.29 |
| Hex | 41 | 85 | F | 33 | 0 | 59 | 30 | 5F | 50 | 1D |
| Octal | 101 | 205 | 17 | 63 | 0 | 131 | 60 | 137 | 120 | 35 |
| Binary | 1000001 | 10000101 | 1111 | 110011 | 0 | 1011001 | 110000 | 1011111 | 1010000 | 11101 |
Color Harmonies of #41850F
Complementary color
Monochromatic Colors of #41850F
Black with #41850F
Text Example
Text Example
White with #41850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41850F; }
p { color: rgb(65,133,15); }
H1.HeaderClassName
{
color: #41850F;
}
.AnyTagClassName
{
color: #41850F;
}
</style>
background-color css
<style>
a { background-color: #41850F; }
a { background-color: rgb(65,133,15); }
div.DivClassName
{
background-color: #41850F;
}
.BgClassName
{
background-color: #41850F;
}
</style>
border-color css
<style>
span { border-color: #41850F; }
span { border-color: rgb(65,133,15); }
td.TdClassName
{
border-color: #41850F;
}
.TagClassName
{
border-color: #41850F;
}
</style>