Shades of Bilbao #46780D
Tints of Bilbao #46780D
RGB
CMYK
RGB Variations
Color information
#46780D (or 0x46780D) is known color: Bilbao. HEX triplet: 46, 78 and 0D. RGB value is (70,120,13). Sum of RGB (Red+Green+Blue) = 70+120+13=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #46780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46780D is #B987F2. Grayscale: #5D5D5D. Windows color (decimal): -12158963 or 882758. OLE color: 882758.
HSL color Cylindrical-coordinate representation of color #46780D: hue angle of 88.04º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46780D is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 13 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.53 |
| HSL | 88.04º | 0.8% | 0.26% | - |
| HSV(B) | 88.04º | 0.89% | 0.47% | - |
| XYZ | 9.31 | 14.76 | 2.74 | - |
| YUV | 92.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 13 | 0.42 | 0 | 0.89 | 0.53 | 88.04 | 0.8 | 0.26 |
| Hex | 46 | 78 | D | 2A | 0 | 59 | 35 | 58 | 50 | 1A |
| Octal | 106 | 170 | 15 | 52 | 0 | 131 | 65 | 130 | 120 | 32 |
| Binary | 1000110 | 1111000 | 1101 | 101010 | 0 | 1011001 | 110101 | 1011000 | 1010000 | 11010 |
Color Harmonies of #46780D
Complementary color
Monochromatic Colors of #46780D
Black with #46780D
Text Example
Text Example
White with #46780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46780D; }
p { color: rgb(70,120,13); }
H1.HeaderClassName
{
color: #46780D;
}
.AnyTagClassName
{
color: #46780D;
}
</style>
background-color css
<style>
a { background-color: #46780D; }
a { background-color: rgb(70,120,13); }
div.DivClassName
{
background-color: #46780D;
}
.BgClassName
{
background-color: #46780D;
}
</style>
border-color css
<style>
span { border-color: #46780D; }
span { border-color: rgb(70,120,13); }
td.TdClassName
{
border-color: #46780D;
}
.TagClassName
{
border-color: #46780D;
}
</style>