Shades of Bilbao #408421
Tints of Bilbao #408421
RGB
CMYK
RGB Variations
Color information
#408421 (or 0x408421) is known color: Bilbao. HEX triplet: 40, 84 and 21. RGB value is (64,132,33). Sum of RGB (Red+Green+Blue) = 64+132+33=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #408421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408421 is #BF7BDE. Grayscale: #646464. Windows color (decimal): -12549087 or 2196544. OLE color: 2196544.
HSL color Cylindrical-coordinate representation of color #408421: hue angle of 101.21º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #408421 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 33 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.48 |
| HSL | 101.21º | 0.6% | 0.32% | - |
| HSV(B) | 101.21º | 0.75% | 0.52% | - |
| XYZ | 10.64 | 17.7 | 4.29 | - |
| YUV | 100.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 33 | 0.52 | 0 | 0.75 | 0.48 | 101.21 | 0.6 | 0.32 |
| Hex | 40 | 84 | 21 | 34 | 0 | 4B | 30 | 65 | 3C | 20 |
| Octal | 100 | 204 | 41 | 64 | 0 | 113 | 60 | 145 | 74 | 40 |
| Binary | 1000000 | 10000100 | 100001 | 110100 | 0 | 1001011 | 110000 | 1100101 | 111100 | 100000 |
Color Harmonies of #408421
Complementary color
Monochromatic Colors of #408421
Black with #408421
Text Example
Text Example
White with #408421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408421; }
p { color: rgb(64,132,33); }
H1.HeaderClassName
{
color: #408421;
}
.AnyTagClassName
{
color: #408421;
}
</style>
background-color css
<style>
a { background-color: #408421; }
a { background-color: rgb(64,132,33); }
div.DivClassName
{
background-color: #408421;
}
.BgClassName
{
background-color: #408421;
}
</style>
border-color css
<style>
span { border-color: #408421; }
span { border-color: rgb(64,132,33); }
td.TdClassName
{
border-color: #408421;
}
.TagClassName
{
border-color: #408421;
}
</style>