Shades of Bilbao #467E2B
Tints of Bilbao #467E2B
RGB
CMYK
RGB Variations
Color information
#467E2B (or 0x467E2B) is known color: Bilbao. HEX triplet: 46, 7E and 2B. RGB value is (70,126,43). Sum of RGB (Red+Green+Blue) = 70+126+43=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #467E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467E2B is #B981D4. Grayscale: #646464. Windows color (decimal): -12157397 or 2850374. OLE color: 2850374.
HSL color Cylindrical-coordinate representation of color #467E2B: hue angle of 100.48º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467E2B is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 43 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.51 |
| HSL | 100.48º | 0.49% | 0.33% | - |
| HSV(B) | 100.48º | 0.66% | 0.49% | - |
| XYZ | 10.42 | 16.4 | 4.9 | - |
| YUV | 99.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 43 | 0.44 | 0 | 0.66 | 0.51 | 100.48 | 0.49 | 0.33 |
| Hex | 46 | 7E | 2B | 2C | 0 | 42 | 33 | 64 | 31 | 21 |
| Octal | 106 | 176 | 53 | 54 | 0 | 102 | 63 | 144 | 61 | 41 |
| Binary | 1000110 | 1111110 | 101011 | 101100 | 0 | 1000010 | 110011 | 1100100 | 110001 | 100001 |
Color Harmonies of #467E2B
Complementary color
Monochromatic Colors of #467E2B
Black with #467E2B
Text Example
Text Example
White with #467E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E2B; }
p { color: rgb(70,126,43); }
H1.HeaderClassName
{
color: #467E2B;
}
.AnyTagClassName
{
color: #467E2B;
}
</style>
background-color css
<style>
a { background-color: #467E2B; }
a { background-color: rgb(70,126,43); }
div.DivClassName
{
background-color: #467E2B;
}
.BgClassName
{
background-color: #467E2B;
}
</style>
border-color css
<style>
span { border-color: #467E2B; }
span { border-color: rgb(70,126,43); }
td.TdClassName
{
border-color: #467E2B;
}
.TagClassName
{
border-color: #467E2B;
}
</style>