Shades of Bilbao #467E2F
Tints of Bilbao #467E2F
RGB
CMYK
RGB Variations
Color information
#467E2F (or 0x467E2F) is known color: Bilbao. HEX triplet: 46, 7E and 2F. RGB value is (70,126,47). Sum of RGB (Red+Green+Blue) = 70+126+47=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #467E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467E2F is #B981D0. Grayscale: #646464. Windows color (decimal): -12157393 or 3112518. OLE color: 3112518.
HSL color Cylindrical-coordinate representation of color #467E2F: hue angle of 102.53º 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 #467E2F is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 47 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.51 |
| HSL | 102.53º | 0.46% | 0.34% | - |
| HSV(B) | 102.53º | 0.63% | 0.49% | - |
| XYZ | 10.5 | 16.43 | 5.31 | - |
| YUV | 100.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 47 | 0.44 | 0 | 0.63 | 0.51 | 102.53 | 0.46 | 0.34 |
| Hex | 46 | 7E | 2F | 2C | 0 | 3F | 33 | 67 | 2E | 22 |
| Octal | 106 | 176 | 57 | 54 | 0 | 77 | 63 | 147 | 56 | 42 |
| Binary | 1000110 | 1111110 | 101111 | 101100 | 0 | 111111 | 110011 | 1100111 | 101110 | 100010 |
Color Harmonies of #467E2F
Complementary color
Monochromatic Colors of #467E2F
Black with #467E2F
Text Example
Text Example
White with #467E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E2F; }
p { color: rgb(70,126,47); }
H1.HeaderClassName
{
color: #467E2F;
}
.AnyTagClassName
{
color: #467E2F;
}
</style>
background-color css
<style>
a { background-color: #467E2F; }
a { background-color: rgb(70,126,47); }
div.DivClassName
{
background-color: #467E2F;
}
.BgClassName
{
background-color: #467E2F;
}
</style>
border-color css
<style>
span { border-color: #467E2F; }
span { border-color: rgb(70,126,47); }
td.TdClassName
{
border-color: #467E2F;
}
.TagClassName
{
border-color: #467E2F;
}
</style>