Shades of Bilbao #41890A
Tints of Bilbao #41890A
RGB
CMYK
RGB Variations
Color information
#41890A (or 0x41890A) is known color: Bilbao. HEX triplet: 41, 89 and 0A. RGB value is (65,137,10). Sum of RGB (Red+Green+Blue) = 65+137+10=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #41890A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41890A is #BE76F5. Grayscale: #656565. Windows color (decimal): -12482294 or 690497. OLE color: 690497.
HSL color Cylindrical-coordinate representation of color #41890A: hue angle of 94.02º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41890A is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 10 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.46 |
| HSL | 94.02º | 0.86% | 0.29% | - |
| HSV(B) | 94.02º | 0.93% | 0.54% | - |
| XYZ | 11.18 | 19.04 | 3.37 | - |
| YUV | 100.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 10 | 0.53 | 0 | 0.93 | 0.46 | 94.02 | 0.86 | 0.29 |
| Hex | 41 | 89 | A | 35 | 0 | 5D | 2E | 5E | 56 | 1D |
| Octal | 101 | 211 | 12 | 65 | 0 | 135 | 56 | 136 | 126 | 35 |
| Binary | 1000001 | 10001001 | 1010 | 110101 | 0 | 1011101 | 101110 | 1011110 | 1010110 | 11101 |
Color Harmonies of #41890A
Complementary color
Monochromatic Colors of #41890A
Black with #41890A
Text Example
Text Example
White with #41890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41890A; }
p { color: rgb(65,137,10); }
H1.HeaderClassName
{
color: #41890A;
}
.AnyTagClassName
{
color: #41890A;
}
</style>
background-color css
<style>
a { background-color: #41890A; }
a { background-color: rgb(65,137,10); }
div.DivClassName
{
background-color: #41890A;
}
.BgClassName
{
background-color: #41890A;
}
</style>
border-color css
<style>
span { border-color: #41890A; }
span { border-color: rgb(65,137,10); }
td.TdClassName
{
border-color: #41890A;
}
.TagClassName
{
border-color: #41890A;
}
</style>