Shades of Bilbao #467C13
Tints of Bilbao #467C13
RGB
CMYK
RGB Variations
Color information
#467C13 (or 0x467C13) is known color: Bilbao. HEX triplet: 46, 7C and 13. RGB value is (70,124,19). Sum of RGB (Red+Green+Blue) = 70+124+19=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #467C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C13 is #B983EC. Grayscale: #606060. Windows color (decimal): -12157933 or 1276998. OLE color: 1276998.
HSL color Cylindrical-coordinate representation of color #467C13: hue angle of 90.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467C13 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 19 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.51 |
| HSL | 90.86º | 0.73% | 0.28% | - |
| HSV(B) | 90.86º | 0.85% | 0.49% | - |
| XYZ | 9.85 | 15.76 | 3.14 | - |
| YUV | 95.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 19 | 0.44 | 0 | 0.85 | 0.51 | 90.86 | 0.73 | 0.28 |
| Hex | 46 | 7C | 13 | 2C | 0 | 55 | 33 | 5B | 49 | 1C |
| Octal | 106 | 174 | 23 | 54 | 0 | 125 | 63 | 133 | 111 | 34 |
| Binary | 1000110 | 1111100 | 10011 | 101100 | 0 | 1010101 | 110011 | 1011011 | 1001001 | 11100 |
Color Harmonies of #467C13
Complementary color
Monochromatic Colors of #467C13
Black with #467C13
Text Example
Text Example
White with #467C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C13; }
p { color: rgb(70,124,19); }
H1.HeaderClassName
{
color: #467C13;
}
.AnyTagClassName
{
color: #467C13;
}
</style>
background-color css
<style>
a { background-color: #467C13; }
a { background-color: rgb(70,124,19); }
div.DivClassName
{
background-color: #467C13;
}
.BgClassName
{
background-color: #467C13;
}
</style>
border-color css
<style>
span { border-color: #467C13; }
span { border-color: rgb(70,124,19); }
td.TdClassName
{
border-color: #467C13;
}
.TagClassName
{
border-color: #467C13;
}
</style>