Shades of Bilbao #467C30
Tints of Bilbao #467C30
RGB
CMYK
RGB Variations
Color information
#467C30 (or 0x467C30) is known color: Bilbao. HEX triplet: 46, 7C and 30. RGB value is (70,124,48). Sum of RGB (Red+Green+Blue) = 70+124+48=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #467C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C30 is #B983CF. Grayscale: #636363. Windows color (decimal): -12157904 or 3177542. OLE color: 3177542.
HSL color Cylindrical-coordinate representation of color #467C30: hue angle of 102.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #467C30 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 48 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.51 |
| HSL | 102.63º | 0.44% | 0.34% | - |
| HSV(B) | 102.63º | 0.61% | 0.49% | - |
| XYZ | 10.27 | 15.93 | 5.33 | - |
| YUV | 99.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 48 | 0.44 | 0 | 0.61 | 0.51 | 102.63 | 0.44 | 0.34 |
| Hex | 46 | 7C | 30 | 2C | 0 | 3D | 33 | 67 | 2C | 22 |
| Octal | 106 | 174 | 60 | 54 | 0 | 75 | 63 | 147 | 54 | 42 |
| Binary | 1000110 | 1111100 | 110000 | 101100 | 0 | 111101 | 110011 | 1100111 | 101100 | 100010 |
Color Harmonies of #467C30
Complementary color
Monochromatic Colors of #467C30
Black with #467C30
Text Example
Text Example
White with #467C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C30; }
p { color: rgb(70,124,48); }
H1.HeaderClassName
{
color: #467C30;
}
.AnyTagClassName
{
color: #467C30;
}
</style>
background-color css
<style>
a { background-color: #467C30; }
a { background-color: rgb(70,124,48); }
div.DivClassName
{
background-color: #467C30;
}
.BgClassName
{
background-color: #467C30;
}
</style>
border-color css
<style>
span { border-color: #467C30; }
span { border-color: rgb(70,124,48); }
td.TdClassName
{
border-color: #467C30;
}
.TagClassName
{
border-color: #467C30;
}
</style>