Shades of Bilbao #46820D
Tints of Bilbao #46820D
RGB
CMYK
RGB Variations
Color information
#46820D (or 0x46820D) is known color: Bilbao. HEX triplet: 46, 82 and 0D. RGB value is (70,130,13). Sum of RGB (Red+Green+Blue) = 70+130+13=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #46820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46820D is #B97DF2. Grayscale: #636363. Windows color (decimal): -12156403 or 885318. OLE color: 885318.
HSL color Cylindrical-coordinate representation of color #46820D: hue angle of 90.77º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46820D is Cyan = 0.46, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 13 | - |
| CMYK | 0.46 | 0 | 0.9 | 0.49 |
| HSL | 90.77º | 0.82% | 0.28% | - |
| HSV(B) | 90.77º | 0.9% | 0.51% | - |
| XYZ | 10.58 | 17.3 | 3.16 | - |
| YUV | 98.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 13 | 0.46 | 0 | 0.9 | 0.49 | 90.77 | 0.82 | 0.28 |
| Hex | 46 | 82 | D | 2E | 0 | 5A | 31 | 5B | 52 | 1C |
| Octal | 106 | 202 | 15 | 56 | 0 | 132 | 61 | 133 | 122 | 34 |
| Binary | 1000110 | 10000010 | 1101 | 101110 | 0 | 1011010 | 110001 | 1011011 | 1010010 | 11100 |
Color Harmonies of #46820D
Complementary color
Monochromatic Colors of #46820D
Black with #46820D
Text Example
Text Example
White with #46820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46820D; }
p { color: rgb(70,130,13); }
H1.HeaderClassName
{
color: #46820D;
}
.AnyTagClassName
{
color: #46820D;
}
</style>
background-color css
<style>
a { background-color: #46820D; }
a { background-color: rgb(70,130,13); }
div.DivClassName
{
background-color: #46820D;
}
.BgClassName
{
background-color: #46820D;
}
</style>
border-color css
<style>
span { border-color: #46820D; }
span { border-color: rgb(70,130,13); }
td.TdClassName
{
border-color: #46820D;
}
.TagClassName
{
border-color: #46820D;
}
</style>