Shades of Bilbao #467C31
Tints of Bilbao #467C31
RGB
CMYK
RGB Variations
Color information
#467C31 (or 0x467C31) is known color: Bilbao. HEX triplet: 46, 7C and 31. RGB value is (70,124,49). Sum of RGB (Red+Green+Blue) = 70+124+49=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #467C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C31 is #B983CE. Grayscale: #636363. Windows color (decimal): -12157903 or 3243078. OLE color: 3243078.
HSL color Cylindrical-coordinate representation of color #467C31: hue angle of 103.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #467C31 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 49 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.51 |
| HSL | 103.2º | 0.43% | 0.34% | - |
| HSV(B) | 103.2º | 0.6% | 0.49% | - |
| XYZ | 10.29 | 15.94 | 5.44 | - |
| YUV | 99.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 49 | 0.44 | 0 | 0.60 | 0.51 | 103.2 | 0.43 | 0.34 |
| Hex | 46 | 7C | 31 | 2C | 0 | 3C | 33 | 67 | 2B | 22 |
| Octal | 106 | 174 | 61 | 54 | 0 | 74 | 63 | 147 | 53 | 42 |
| Binary | 1000110 | 1111100 | 110001 | 101100 | 0 | 111100 | 110011 | 1100111 | 101011 | 100010 |
Color Harmonies of #467C31
Complementary color
Monochromatic Colors of #467C31
Black with #467C31
Text Example
Text Example
White with #467C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C31; }
p { color: rgb(70,124,49); }
H1.HeaderClassName
{
color: #467C31;
}
.AnyTagClassName
{
color: #467C31;
}
</style>
background-color css
<style>
a { background-color: #467C31; }
a { background-color: rgb(70,124,49); }
div.DivClassName
{
background-color: #467C31;
}
.BgClassName
{
background-color: #467C31;
}
</style>
border-color css
<style>
span { border-color: #467C31; }
span { border-color: rgb(70,124,49); }
td.TdClassName
{
border-color: #467C31;
}
.TagClassName
{
border-color: #467C31;
}
</style>