Shades of Bilbao #41880E
Tints of Bilbao #41880E
RGB
CMYK
RGB Variations
Color information
#41880E (or 0x41880E) is known color: Bilbao. HEX triplet: 41, 88 and 0E. RGB value is (65,136,14). Sum of RGB (Red+Green+Blue) = 65+136+14=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #41880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41880E is #BE77F1. Grayscale: #656565. Windows color (decimal): -12482546 or 952385. OLE color: 952385.
HSL color Cylindrical-coordinate representation of color #41880E: hue angle of 94.92º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41880E is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 14 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.47 |
| HSL | 94.92º | 0.81% | 0.29% | - |
| HSV(B) | 94.92º | 0.9% | 0.53% | - |
| XYZ | 11.06 | 18.76 | 3.45 | - |
| YUV | 100.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 14 | 0.52 | 0 | 0.90 | 0.47 | 94.92 | 0.81 | 0.29 |
| Hex | 41 | 88 | E | 34 | 0 | 5A | 2F | 5F | 51 | 1D |
| Octal | 101 | 210 | 16 | 64 | 0 | 132 | 57 | 137 | 121 | 35 |
| Binary | 1000001 | 10001000 | 1110 | 110100 | 0 | 1011010 | 101111 | 1011111 | 1010001 | 11101 |
Color Harmonies of #41880E
Complementary color
Monochromatic Colors of #41880E
Black with #41880E
Text Example
Text Example
White with #41880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41880E; }
p { color: rgb(65,136,14); }
H1.HeaderClassName
{
color: #41880E;
}
.AnyTagClassName
{
color: #41880E;
}
</style>
background-color css
<style>
a { background-color: #41880E; }
a { background-color: rgb(65,136,14); }
div.DivClassName
{
background-color: #41880E;
}
.BgClassName
{
background-color: #41880E;
}
</style>
border-color css
<style>
span { border-color: #41880E; }
span { border-color: rgb(65,136,14); }
td.TdClassName
{
border-color: #41880E;
}
.TagClassName
{
border-color: #41880E;
}
</style>