Shades of Bilbao #41890B
Tints of Bilbao #41890B
RGB
CMYK
RGB Variations
Color information
#41890B (or 0x41890B) is known color: Bilbao. HEX triplet: 41, 89 and 0B. RGB value is (65,137,11). Sum of RGB (Red+Green+Blue) = 65+137+11=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #41890B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41890B is #BE76F4. Grayscale: #656565. Windows color (decimal): -12482293 or 756033. OLE color: 756033.
HSL color Cylindrical-coordinate representation of color #41890B: hue angle of 94.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41890B is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 11 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.46 |
| HSL | 94.29º | 0.85% | 0.29% | - |
| HSV(B) | 94.29º | 0.92% | 0.54% | - |
| XYZ | 11.19 | 19.04 | 3.4 | - |
| YUV | 101.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 11 | 0.53 | 0 | 0.92 | 0.46 | 94.29 | 0.85 | 0.29 |
| Hex | 41 | 89 | B | 35 | 0 | 5C | 2E | 5E | 55 | 1D |
| Octal | 101 | 211 | 13 | 65 | 0 | 134 | 56 | 136 | 125 | 35 |
| Binary | 1000001 | 10001001 | 1011 | 110101 | 0 | 1011100 | 101110 | 1011110 | 1010101 | 11101 |
Color Harmonies of #41890B
Complementary color
Monochromatic Colors of #41890B
Black with #41890B
Text Example
Text Example
White with #41890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41890B; }
p { color: rgb(65,137,11); }
H1.HeaderClassName
{
color: #41890B;
}
.AnyTagClassName
{
color: #41890B;
}
</style>
background-color css
<style>
a { background-color: #41890B; }
a { background-color: rgb(65,137,11); }
div.DivClassName
{
background-color: #41890B;
}
.BgClassName
{
background-color: #41890B;
}
</style>
border-color css
<style>
span { border-color: #41890B; }
span { border-color: rgb(65,137,11); }
td.TdClassName
{
border-color: #41890B;
}
.TagClassName
{
border-color: #41890B;
}
</style>