Shades of Bilbao #408232
Tints of Bilbao #408232
RGB
CMYK
RGB Variations
Color information
#408232 (or 0x408232) is known color: Bilbao. HEX triplet: 40, 82 and 32. RGB value is (64,130,50). Sum of RGB (Red+Green+Blue) = 64+130+50=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #408232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408232 is #BF7DCD. Grayscale: #656565. Windows color (decimal): -12549582 or 3310144. OLE color: 3310144.
HSL color Cylindrical-coordinate representation of color #408232: hue angle of 109.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #408232 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 50 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.49 |
| HSL | 109.5º | 0.44% | 0.35% | - |
| HSV(B) | 109.5º | 0.62% | 0.51% | - |
| XYZ | 10.67 | 17.29 | 5.79 | - |
| YUV | 101.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 50 | 0.51 | 0 | 0.62 | 0.49 | 109.5 | 0.44 | 0.35 |
| Hex | 40 | 82 | 32 | 33 | 0 | 3E | 31 | 6E | 2C | 23 |
| Octal | 100 | 202 | 62 | 63 | 0 | 76 | 61 | 156 | 54 | 43 |
| Binary | 1000000 | 10000010 | 110010 | 110011 | 0 | 111110 | 110001 | 1101110 | 101100 | 100011 |
Color Harmonies of #408232
Complementary color
Monochromatic Colors of #408232
Black with #408232
Text Example
Text Example
White with #408232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408232; }
p { color: rgb(64,130,50); }
H1.HeaderClassName
{
color: #408232;
}
.AnyTagClassName
{
color: #408232;
}
</style>
background-color css
<style>
a { background-color: #408232; }
a { background-color: rgb(64,130,50); }
div.DivClassName
{
background-color: #408232;
}
.BgClassName
{
background-color: #408232;
}
</style>
border-color css
<style>
span { border-color: #408232; }
span { border-color: rgb(64,130,50); }
td.TdClassName
{
border-color: #408232;
}
.TagClassName
{
border-color: #408232;
}
</style>