Shades of Bilbao #467C00
Tints of Bilbao #467C00
RGB
CMYK
RGB Variations
Color information
#467C00 (or 0x467C00) is known color: Bilbao. HEX triplet: 46, 7C and 00. RGB value is (70,124,0). Sum of RGB (Red+Green+Blue) = 70+124+0=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #467C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C00 is #B983FF. Grayscale: #5E5E5E. Windows color (decimal): -12157952 or 31814. OLE color: 31814.
HSL color Cylindrical-coordinate representation of color #467C00: hue angle of 86.13º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #467C00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.51 |
| HSL | 86.13º | 1% | 0.24% | - |
| HSV(B) | 86.13º | 1% | 0.49% | - |
| XYZ | 9.73 | 15.72 | 2.52 | - |
| YUV | 93.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 0 | 0.44 | 0 | 1 | 0.51 | 86.13 | 1 | 0.24 |
| Hex | 46 | 7C | 0 | 2C | 0 | 64 | 33 | 56 | 64 | 18 |
| Octal | 106 | 174 | 0 | 54 | 0 | 144 | 63 | 126 | 144 | 30 |
| Binary | 1000110 | 1111100 | 0 | 101100 | 0 | 1100100 | 110011 | 1010110 | 1100100 | 11000 |
Color Harmonies of #467C00
Complementary color
Monochromatic Colors of #467C00
Black with #467C00
Text Example
Text Example
White with #467C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C00; }
p { color: rgb(70,124,0); }
H1.HeaderClassName
{
color: #467C00;
}
.AnyTagClassName
{
color: #467C00;
}
</style>
background-color css
<style>
a { background-color: #467C00; }
a { background-color: rgb(70,124,0); }
div.DivClassName
{
background-color: #467C00;
}
.BgClassName
{
background-color: #467C00;
}
</style>
border-color css
<style>
span { border-color: #467C00; }
span { border-color: rgb(70,124,0); }
td.TdClassName
{
border-color: #467C00;
}
.TagClassName
{
border-color: #467C00;
}
</style>