Shades of Bilbao #467C2E
Tints of Bilbao #467C2E
RGB
CMYK
RGB Variations
Color information
#467C2E (or 0x467C2E) is known color: Bilbao. HEX triplet: 46, 7C and 2E. RGB value is (70,124,46). Sum of RGB (Red+Green+Blue) = 70+124+46=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #467C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C2E is #B983D1. Grayscale: #636363. Windows color (decimal): -12157906 or 3046470. OLE color: 3046470.
HSL color Cylindrical-coordinate representation of color #467C2E: hue angle of 101.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467C2E is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 46 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.51 |
| HSL | 101.54º | 0.46% | 0.33% | - |
| HSV(B) | 101.54º | 0.63% | 0.49% | - |
| XYZ | 10.23 | 15.91 | 5.12 | - |
| YUV | 98.96 | 98.11 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 46 | 0.44 | 0 | 0.63 | 0.51 | 101.54 | 0.46 | 0.33 |
| Hex | 46 | 7C | 2E | 2C | 0 | 3F | 33 | 66 | 2E | 21 |
| Octal | 106 | 174 | 56 | 54 | 0 | 77 | 63 | 146 | 56 | 41 |
| Binary | 1000110 | 1111100 | 101110 | 101100 | 0 | 111111 | 110011 | 1100110 | 101110 | 100001 |
Color Harmonies of #467C2E
Complementary color
Monochromatic Colors of #467C2E
Black with #467C2E
Text Example
Text Example
White with #467C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C2E; }
p { color: rgb(70,124,46); }
H1.HeaderClassName
{
color: #467C2E;
}
.AnyTagClassName
{
color: #467C2E;
}
</style>
background-color css
<style>
a { background-color: #467C2E; }
a { background-color: rgb(70,124,46); }
div.DivClassName
{
background-color: #467C2E;
}
.BgClassName
{
background-color: #467C2E;
}
</style>
border-color css
<style>
span { border-color: #467C2E; }
span { border-color: rgb(70,124,46); }
td.TdClassName
{
border-color: #467C2E;
}
.TagClassName
{
border-color: #467C2E;
}
</style>