Shades of Bilbao #41850E
Tints of Bilbao #41850E
RGB
CMYK
RGB Variations
Color information
#41850E (or 0x41850E) is known color: Bilbao. HEX triplet: 41, 85 and 0E. RGB value is (65,133,14). Sum of RGB (Red+Green+Blue) = 65+133+14=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #41850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41850E is #BE7AF1. Grayscale: #636363. Windows color (decimal): -12483314 or 951617. OLE color: 951617.
HSL color Cylindrical-coordinate representation of color #41850E: hue angle of 94.29º degrees, saturation: 0.81, 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 #41850E is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 14 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.48 |
| HSL | 94.29º | 0.81% | 0.29% | - |
| HSV(B) | 94.29º | 0.89% | 0.52% | - |
| XYZ | 10.65 | 17.93 | 3.32 | - |
| YUV | 99.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 14 | 0.51 | 0 | 0.89 | 0.48 | 94.29 | 0.81 | 0.29 |
| Hex | 41 | 85 | E | 33 | 0 | 59 | 30 | 5E | 51 | 1D |
| Octal | 101 | 205 | 16 | 63 | 0 | 131 | 60 | 136 | 121 | 35 |
| Binary | 1000001 | 10000101 | 1110 | 110011 | 0 | 1011001 | 110000 | 1011110 | 1010001 | 11101 |
Color Harmonies of #41850E
Complementary color
Monochromatic Colors of #41850E
Black with #41850E
Text Example
Text Example
White with #41850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41850E; }
p { color: rgb(65,133,14); }
H1.HeaderClassName
{
color: #41850E;
}
.AnyTagClassName
{
color: #41850E;
}
</style>
background-color css
<style>
a { background-color: #41850E; }
a { background-color: rgb(65,133,14); }
div.DivClassName
{
background-color: #41850E;
}
.BgClassName
{
background-color: #41850E;
}
</style>
border-color css
<style>
span { border-color: #41850E; }
span { border-color: rgb(65,133,14); }
td.TdClassName
{
border-color: #41850E;
}
.TagClassName
{
border-color: #41850E;
}
</style>