Shades of Bilbao #467D2E
Tints of Bilbao #467D2E
RGB
CMYK
RGB Variations
Color information
#467D2E (or 0x467D2E) is known color: Bilbao. HEX triplet: 46, 7D and 2E. RGB value is (70,125,46). Sum of RGB (Red+Green+Blue) = 70+125+46=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #467D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467D2E is #B982D1. Grayscale: #636363. Windows color (decimal): -12157650 or 3046726. OLE color: 3046726.
HSL color Cylindrical-coordinate representation of color #467D2E: hue angle of 101.77º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467D2E is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 125 | 46 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.51 |
| HSL | 101.77º | 0.46% | 0.34% | - |
| HSV(B) | 101.77º | 0.63% | 0.49% | - |
| XYZ | 10.35 | 16.17 | 5.16 | - |
| YUV | 99.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 46 | 0.44 | 0 | 0.63 | 0.51 | 101.77 | 0.46 | 0.34 |
| Hex | 46 | 7D | 2E | 2C | 0 | 3F | 33 | 66 | 2E | 22 |
| Octal | 106 | 175 | 56 | 54 | 0 | 77 | 63 | 146 | 56 | 42 |
| Binary | 1000110 | 1111101 | 101110 | 101100 | 0 | 111111 | 110011 | 1100110 | 101110 | 100010 |
Color Harmonies of #467D2E
Complementary color
Monochromatic Colors of #467D2E
Black with #467D2E
Text Example
Text Example
White with #467D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D2E; }
p { color: rgb(70,125,46); }
H1.HeaderClassName
{
color: #467D2E;
}
.AnyTagClassName
{
color: #467D2E;
}
</style>
background-color css
<style>
a { background-color: #467D2E; }
a { background-color: rgb(70,125,46); }
div.DivClassName
{
background-color: #467D2E;
}
.BgClassName
{
background-color: #467D2E;
}
</style>
border-color css
<style>
span { border-color: #467D2E; }
span { border-color: rgb(70,125,46); }
td.TdClassName
{
border-color: #467D2E;
}
.TagClassName
{
border-color: #467D2E;
}
</style>