Shades of Bilbao #41890C
Tints of Bilbao #41890C
RGB
CMYK
RGB Variations
Color information
#41890C (or 0x41890C) is known color: Bilbao. HEX triplet: 41, 89 and 0C. RGB value is (65,137,12). Sum of RGB (Red+Green+Blue) = 65+137+12=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #41890C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41890C is #BE76F3. Grayscale: #656565. Windows color (decimal): -12482292 or 821569. OLE color: 821569.
HSL color Cylindrical-coordinate representation of color #41890C: hue angle of 94.56º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41890C is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 12 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.46 |
| HSL | 94.56º | 0.84% | 0.29% | - |
| HSV(B) | 94.56º | 0.91% | 0.54% | - |
| XYZ | 11.19 | 19.04 | 3.43 | - |
| YUV | 101.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 12 | 0.53 | 0 | 0.91 | 0.46 | 94.56 | 0.84 | 0.29 |
| Hex | 41 | 89 | C | 35 | 0 | 5B | 2E | 5F | 54 | 1D |
| Octal | 101 | 211 | 14 | 65 | 0 | 133 | 56 | 137 | 124 | 35 |
| Binary | 1000001 | 10001001 | 1100 | 110101 | 0 | 1011011 | 101110 | 1011111 | 1010100 | 11101 |
Color Harmonies of #41890C
Complementary color
Monochromatic Colors of #41890C
Black with #41890C
Text Example
Text Example
White with #41890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41890C; }
p { color: rgb(65,137,12); }
H1.HeaderClassName
{
color: #41890C;
}
.AnyTagClassName
{
color: #41890C;
}
</style>
background-color css
<style>
a { background-color: #41890C; }
a { background-color: rgb(65,137,12); }
div.DivClassName
{
background-color: #41890C;
}
.BgClassName
{
background-color: #41890C;
}
</style>
border-color css
<style>
span { border-color: #41890C; }
span { border-color: rgb(65,137,12); }
td.TdClassName
{
border-color: #41890C;
}
.TagClassName
{
border-color: #41890C;
}
</style>