Shades of Bilbao #467F20
Tints of Bilbao #467F20
RGB
CMYK
RGB Variations
Color information
#467F20 (or 0x467F20) is known color: Bilbao. HEX triplet: 46, 7F and 20. RGB value is (70,127,32). Sum of RGB (Red+Green+Blue) = 70+127+32=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #467F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F20 is #B980DF. Grayscale: #636363. Windows color (decimal): -12157152 or 2129734. OLE color: 2129734.
HSL color Cylindrical-coordinate representation of color #467F20: hue angle of 96º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #467F20 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 32 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.50 |
| HSL | 96º | 0.6% | 0.31% | - |
| HSV(B) | 96º | 0.75% | 0.5% | - |
| XYZ | 10.38 | 16.59 | 4.02 | - |
| YUV | 99.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 32 | 0.45 | 0 | 0.75 | 0.50 | 96 | 0.6 | 0.31 |
| Hex | 46 | 7F | 20 | 2D | 0 | 4B | 32 | 60 | 3C | 1F |
| Octal | 106 | 177 | 40 | 55 | 0 | 113 | 62 | 140 | 74 | 37 |
| Binary | 1000110 | 1111111 | 100000 | 101101 | 0 | 1001011 | 110010 | 1100000 | 111100 | 11111 |
Color Harmonies of #467F20
Complementary color
Monochromatic Colors of #467F20
Black with #467F20
Text Example
Text Example
White with #467F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F20; }
p { color: rgb(70,127,32); }
H1.HeaderClassName
{
color: #467F20;
}
.AnyTagClassName
{
color: #467F20;
}
</style>
background-color css
<style>
a { background-color: #467F20; }
a { background-color: rgb(70,127,32); }
div.DivClassName
{
background-color: #467F20;
}
.BgClassName
{
background-color: #467F20;
}
</style>
border-color css
<style>
span { border-color: #467F20; }
span { border-color: rgb(70,127,32); }
td.TdClassName
{
border-color: #467F20;
}
.TagClassName
{
border-color: #467F20;
}
</style>