Shades of Bilbao #40890F
Tints of Bilbao #40890F
RGB
CMYK
RGB Variations
Color information
#40890F (or 0x40890F) is known color: Bilbao. HEX triplet: 40, 89 and 0F. RGB value is (64,137,15). Sum of RGB (Red+Green+Blue) = 64+137+15=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #40890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40890F is #BF76F0. Grayscale: #656565. Windows color (decimal): -12547825 or 1018176. OLE color: 1018176.
HSL color Cylindrical-coordinate representation of color #40890F: hue angle of 95.9º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40890F is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 137 | 15 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.46 |
| HSL | 95.9º | 0.8% | 0.3% | - |
| HSV(B) | 95.9º | 0.89% | 0.54% | - |
| XYZ | 11.15 | 19.02 | 3.53 | - |
| YUV | 101.27 | 79.32 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 15 | 0.53 | 0 | 0.89 | 0.46 | 95.9 | 0.8 | 0.3 |
| Hex | 40 | 89 | F | 35 | 0 | 59 | 2E | 60 | 50 | 1E |
| Octal | 100 | 211 | 17 | 65 | 0 | 131 | 56 | 140 | 120 | 36 |
| Binary | 1000000 | 10001001 | 1111 | 110101 | 0 | 1011001 | 101110 | 1100000 | 1010000 | 11110 |
Color Harmonies of #40890F
Complementary color
Monochromatic Colors of #40890F
Black with #40890F
Text Example
Text Example
White with #40890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40890F; }
p { color: rgb(64,137,15); }
H1.HeaderClassName
{
color: #40890F;
}
.AnyTagClassName
{
color: #40890F;
}
</style>
background-color css
<style>
a { background-color: #40890F; }
a { background-color: rgb(64,137,15); }
div.DivClassName
{
background-color: #40890F;
}
.BgClassName
{
background-color: #40890F;
}
</style>
border-color css
<style>
span { border-color: #40890F; }
span { border-color: rgb(64,137,15); }
td.TdClassName
{
border-color: #40890F;
}
.TagClassName
{
border-color: #40890F;
}
</style>