Shades of Bilbao #46831D
Tints of Bilbao #46831D
RGB
CMYK
RGB Variations
Color information
#46831D (or 0x46831D) is known color: Bilbao. HEX triplet: 46, 83 and 1D. RGB value is (70,131,29). Sum of RGB (Red+Green+Blue) = 70+131+29=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #46831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46831D is #B97CE2. Grayscale: #656565. Windows color (decimal): -12156131 or 1934150. OLE color: 1934150.
HSL color Cylindrical-coordinate representation of color #46831D: hue angle of 95.88º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46831D is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 131 | 29 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.49 |
| HSL | 95.88º | 0.64% | 0.31% | - |
| HSV(B) | 95.88º | 0.78% | 0.51% | - |
| XYZ | 10.86 | 17.62 | 3.99 | - |
| YUV | 101.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 29 | 0.47 | 0 | 0.78 | 0.49 | 95.88 | 0.64 | 0.31 |
| Hex | 46 | 83 | 1D | 2F | 0 | 4E | 31 | 60 | 40 | 1F |
| Octal | 106 | 203 | 35 | 57 | 0 | 116 | 61 | 140 | 100 | 37 |
| Binary | 1000110 | 10000011 | 11101 | 101111 | 0 | 1001110 | 110001 | 1100000 | 1000000 | 11111 |
Color Harmonies of #46831D
Complementary color
Monochromatic Colors of #46831D
Black with #46831D
Text Example
Text Example
White with #46831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46831D; }
p { color: rgb(70,131,29); }
H1.HeaderClassName
{
color: #46831D;
}
.AnyTagClassName
{
color: #46831D;
}
</style>
background-color css
<style>
a { background-color: #46831D; }
a { background-color: rgb(70,131,29); }
div.DivClassName
{
background-color: #46831D;
}
.BgClassName
{
background-color: #46831D;
}
</style>
border-color css
<style>
span { border-color: #46831D; }
span { border-color: rgb(70,131,29); }
td.TdClassName
{
border-color: #46831D;
}
.TagClassName
{
border-color: #46831D;
}
</style>