Shades of Bilbao #467C1E
Tints of Bilbao #467C1E
RGB
CMYK
RGB Variations
Color information
#467C1E (or 0x467C1E) is known color: Bilbao. HEX triplet: 46, 7C and 1E. RGB value is (70,124,30). Sum of RGB (Red+Green+Blue) = 70+124+30=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #467C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C1E is #B983E1. Grayscale: #616161. Windows color (decimal): -12157922 or 1997894. OLE color: 1997894.
HSL color Cylindrical-coordinate representation of color #467C1E: hue angle of 94.47º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #467C1E is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 30 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.51 |
| HSL | 94.47º | 0.61% | 0.3% | - |
| HSV(B) | 94.47º | 0.76% | 0.49% | - |
| XYZ | 9.97 | 15.81 | 3.75 | - |
| YUV | 97.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 30 | 0.44 | 0 | 0.76 | 0.51 | 94.47 | 0.61 | 0.3 |
| Hex | 46 | 7C | 1E | 2C | 0 | 4C | 33 | 5E | 3D | 1E |
| Octal | 106 | 174 | 36 | 54 | 0 | 114 | 63 | 136 | 75 | 36 |
| Binary | 1000110 | 1111100 | 11110 | 101100 | 0 | 1001100 | 110011 | 1011110 | 111101 | 11110 |
Color Harmonies of #467C1E
Complementary color
Monochromatic Colors of #467C1E
Black with #467C1E
Text Example
Text Example
White with #467C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C1E; }
p { color: rgb(70,124,30); }
H1.HeaderClassName
{
color: #467C1E;
}
.AnyTagClassName
{
color: #467C1E;
}
</style>
background-color css
<style>
a { background-color: #467C1E; }
a { background-color: rgb(70,124,30); }
div.DivClassName
{
background-color: #467C1E;
}
.BgClassName
{
background-color: #467C1E;
}
</style>
border-color css
<style>
span { border-color: #467C1E; }
span { border-color: rgb(70,124,30); }
td.TdClassName
{
border-color: #467C1E;
}
.TagClassName
{
border-color: #467C1E;
}
</style>