Shades of Bilbao #47820E
Tints of Bilbao #47820E
RGB
CMYK
RGB Variations
Color information
#47820E (or 0x47820E) is known color: Bilbao. HEX triplet: 47, 82 and 0E. RGB value is (71,130,14). Sum of RGB (Red+Green+Blue) = 71+130+14=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #47820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47820E is #B87DF1. Grayscale: #636363. Windows color (decimal): -12090866 or 950855. OLE color: 950855.
HSL color Cylindrical-coordinate representation of color #47820E: hue angle of 90.52º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47820E is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 130 | 14 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.49 |
| HSL | 90.52º | 0.81% | 0.28% | - |
| HSV(B) | 90.52º | 0.89% | 0.51% | - |
| XYZ | 10.66 | 17.34 | 3.2 | - |
| YUV | 99.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 14 | 0.45 | 0 | 0.89 | 0.49 | 90.52 | 0.81 | 0.28 |
| Hex | 47 | 82 | E | 2D | 0 | 59 | 31 | 5B | 51 | 1C |
| Octal | 107 | 202 | 16 | 55 | 0 | 131 | 61 | 133 | 121 | 34 |
| Binary | 1000111 | 10000010 | 1110 | 101101 | 0 | 1011001 | 110001 | 1011011 | 1010001 | 11100 |
Color Harmonies of #47820E
Complementary color
Monochromatic Colors of #47820E
Black with #47820E
Text Example
Text Example
White with #47820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47820E; }
p { color: rgb(71,130,14); }
H1.HeaderClassName
{
color: #47820E;
}
.AnyTagClassName
{
color: #47820E;
}
</style>
background-color css
<style>
a { background-color: #47820E; }
a { background-color: rgb(71,130,14); }
div.DivClassName
{
background-color: #47820E;
}
.BgClassName
{
background-color: #47820E;
}
</style>
border-color css
<style>
span { border-color: #47820E; }
span { border-color: rgb(71,130,14); }
td.TdClassName
{
border-color: #47820E;
}
.TagClassName
{
border-color: #47820E;
}
</style>