Shades of Bilbao #408401
Tints of Bilbao #408401
RGB
CMYK
RGB Variations
Color information
#408401 (or 0x408401) is known color: Bilbao. HEX triplet: 40, 84 and 01. RGB value is (64,132,1). Sum of RGB (Red+Green+Blue) = 64+132+1=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #408401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408401 is #BF7BFE. Grayscale: #616161. Windows color (decimal): -12549119 or 99392. OLE color: 99392.
HSL color Cylindrical-coordinate representation of color #408401: hue angle of 91.15º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #408401 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.48 |
| HSL | 91.15º | 0.98% | 0.26% | - |
| HSV(B) | 91.15º | 0.99% | 0.52% | - |
| XYZ | 10.37 | 17.59 | 2.88 | - |
| YUV | 96.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 1 | 0.52 | 0 | 0.99 | 0.48 | 91.15 | 0.98 | 0.26 |
| Hex | 40 | 84 | 1 | 34 | 0 | 63 | 30 | 5B | 62 | 1A |
| Octal | 100 | 204 | 1 | 64 | 0 | 143 | 60 | 133 | 142 | 32 |
| Binary | 1000000 | 10000100 | 1 | 110100 | 0 | 1100011 | 110000 | 1011011 | 1100010 | 11010 |
Color Harmonies of #408401
Complementary color
Monochromatic Colors of #408401
Black with #408401
Text Example
Text Example
White with #408401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408401; }
p { color: rgb(64,132,1); }
H1.HeaderClassName
{
color: #408401;
}
.AnyTagClassName
{
color: #408401;
}
</style>
background-color css
<style>
a { background-color: #408401; }
a { background-color: rgb(64,132,1); }
div.DivClassName
{
background-color: #408401;
}
.BgClassName
{
background-color: #408401;
}
</style>
border-color css
<style>
span { border-color: #408401; }
span { border-color: rgb(64,132,1); }
td.TdClassName
{
border-color: #408401;
}
.TagClassName
{
border-color: #408401;
}
</style>