Shades of Bilbao #467D12
Tints of Bilbao #467D12
RGB
CMYK
RGB Variations
Color information
#467D12 (or 0x467D12) is known color: Bilbao. HEX triplet: 46, 7D and 12. RGB value is (70,125,18). Sum of RGB (Red+Green+Blue) = 70+125+18=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #467D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D12 is #B982ED. Grayscale: #606060. Windows color (decimal): -12157678 or 1211718. OLE color: 1211718.
HSL color Cylindrical-coordinate representation of color #467D12: hue angle of 90.84º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #467D12 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 125 | 18 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.51 |
| HSL | 90.84º | 0.75% | 0.28% | - |
| HSV(B) | 90.84º | 0.86% | 0.49% | - |
| XYZ | 9.97 | 16.01 | 3.14 | - |
| YUV | 96.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 18 | 0.44 | 0 | 0.86 | 0.51 | 90.84 | 0.75 | 0.28 |
| Hex | 46 | 7D | 12 | 2C | 0 | 56 | 33 | 5B | 4B | 1C |
| Octal | 106 | 175 | 22 | 54 | 0 | 126 | 63 | 133 | 113 | 34 |
| Binary | 1000110 | 1111101 | 10010 | 101100 | 0 | 1010110 | 110011 | 1011011 | 1001011 | 11100 |
Color Harmonies of #467D12
Complementary color
Monochromatic Colors of #467D12
Black with #467D12
Text Example
Text Example
White with #467D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D12; }
p { color: rgb(70,125,18); }
H1.HeaderClassName
{
color: #467D12;
}
.AnyTagClassName
{
color: #467D12;
}
</style>
background-color css
<style>
a { background-color: #467D12; }
a { background-color: rgb(70,125,18); }
div.DivClassName
{
background-color: #467D12;
}
.BgClassName
{
background-color: #467D12;
}
</style>
border-color css
<style>
span { border-color: #467D12; }
span { border-color: rgb(70,125,18); }
td.TdClassName
{
border-color: #467D12;
}
.TagClassName
{
border-color: #467D12;
}
</style>