Shades of Bilbao #467D13
Tints of Bilbao #467D13
RGB
CMYK
RGB Variations
Color information
#467D13 (or 0x467D13) is known color: Bilbao. HEX triplet: 46, 7D and 13. RGB value is (70,125,19). Sum of RGB (Red+Green+Blue) = 70+125+19=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 125 (49.22% from 255 or 58.41% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 125 - color contains mainly: green. Hex color #467D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D13 is #B982EC. Grayscale: #606060. Windows color (decimal): -12157677 or 1277254. OLE color: 1277254.
HSL color Cylindrical-coordinate representation of color #467D13: hue angle of 91.13º degrees, saturation: 0.74, 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 #467D13 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 125 | 19 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.51 |
| HSL | 91.13º | 0.74% | 0.28% | - |
| HSV(B) | 91.13º | 0.85% | 0.49% | - |
| XYZ | 9.98 | 16.02 | 3.18 | - |
| YUV | 96.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 19 | 0.44 | 0 | 0.85 | 0.51 | 91.13 | 0.74 | 0.28 |
| Hex | 46 | 7D | 13 | 2C | 0 | 55 | 33 | 5B | 4A | 1C |
| Octal | 106 | 175 | 23 | 54 | 0 | 125 | 63 | 133 | 112 | 34 |
| Binary | 1000110 | 1111101 | 10011 | 101100 | 0 | 1010101 | 110011 | 1011011 | 1001010 | 11100 |
Color Harmonies of #467D13
Complementary color
Monochromatic Colors of #467D13
Black with #467D13
Text Example
Text Example
White with #467D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D13; }
p { color: rgb(70,125,19); }
H1.HeaderClassName
{
color: #467D13;
}
.AnyTagClassName
{
color: #467D13;
}
</style>
background-color css
<style>
a { background-color: #467D13; }
a { background-color: rgb(70,125,19); }
div.DivClassName
{
background-color: #467D13;
}
.BgClassName
{
background-color: #467D13;
}
</style>
border-color css
<style>
span { border-color: #467D13; }
span { border-color: rgb(70,125,19); }
td.TdClassName
{
border-color: #467D13;
}
.TagClassName
{
border-color: #467D13;
}
</style>