Shades of Bilbao #41801E
Tints of Bilbao #41801E
RGB
CMYK
RGB Variations
Color information
#41801E (or 0x41801E) is known color: Bilbao. HEX triplet: 41, 80 and 1E. RGB value is (65,128,30). Sum of RGB (Red+Green+Blue) = 65+128+30=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #41801E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41801E is #BE7FE1. Grayscale: #626262. Windows color (decimal): -12484578 or 1998913. OLE color: 1998913.
HSL color Cylindrical-coordinate representation of color #41801E: hue angle of 98.57º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41801E is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 30 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.50 |
| HSL | 98.57º | 0.62% | 0.31% | - |
| HSV(B) | 98.57º | 0.77% | 0.5% | - |
| XYZ | 10.13 | 16.66 | 3.91 | - |
| YUV | 97.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 30 | 0.49 | 0 | 0.77 | 0.50 | 98.57 | 0.62 | 0.31 |
| Hex | 41 | 80 | 1E | 31 | 0 | 4D | 32 | 63 | 3E | 1F |
| Octal | 101 | 200 | 36 | 61 | 0 | 115 | 62 | 143 | 76 | 37 |
| Binary | 1000001 | 10000000 | 11110 | 110001 | 0 | 1001101 | 110010 | 1100011 | 111110 | 11111 |
Color Harmonies of #41801E
Complementary color
Monochromatic Colors of #41801E
Black with #41801E
Text Example
Text Example
White with #41801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41801E; }
p { color: rgb(65,128,30); }
H1.HeaderClassName
{
color: #41801E;
}
.AnyTagClassName
{
color: #41801E;
}
</style>
background-color css
<style>
a { background-color: #41801E; }
a { background-color: rgb(65,128,30); }
div.DivClassName
{
background-color: #41801E;
}
.BgClassName
{
background-color: #41801E;
}
</style>
border-color css
<style>
span { border-color: #41801E; }
span { border-color: rgb(65,128,30); }
td.TdClassName
{
border-color: #41801E;
}
.TagClassName
{
border-color: #41801E;
}
</style>