Shades of Bilbao #47771D
Tints of Bilbao #47771D
RGB
CMYK
RGB Variations
Color information
#47771D (or 0x47771D) is known color: Bilbao. HEX triplet: 47, 77 and 1D. RGB value is (71,119,29). Sum of RGB (Red+Green+Blue) = 71+119+29=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #47771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47771D is #B888E2. Grayscale: #5E5E5E. Windows color (decimal): -12093667 or 1931079. OLE color: 1931079.
HSL color Cylindrical-coordinate representation of color #47771D: hue angle of 92º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47771D is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 29 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.53 |
| HSL | 92º | 0.61% | 0.29% | - |
| HSV(B) | 92º | 0.76% | 0.47% | - |
| XYZ | 9.42 | 14.62 | 3.49 | - |
| YUV | 94.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 29 | 0.40 | 0 | 0.76 | 0.53 | 92 | 0.61 | 0.29 |
| Hex | 47 | 77 | 1D | 28 | 0 | 4C | 35 | 5C | 3D | 1D |
| Octal | 107 | 167 | 35 | 50 | 0 | 114 | 65 | 134 | 75 | 35 |
| Binary | 1000111 | 1110111 | 11101 | 101000 | 0 | 1001100 | 110101 | 1011100 | 111101 | 11101 |
Color Harmonies of #47771D
Complementary color
Monochromatic Colors of #47771D
Black with #47771D
Text Example
Text Example
White with #47771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47771D; }
p { color: rgb(71,119,29); }
H1.HeaderClassName
{
color: #47771D;
}
.AnyTagClassName
{
color: #47771D;
}
</style>
background-color css
<style>
a { background-color: #47771D; }
a { background-color: rgb(71,119,29); }
div.DivClassName
{
background-color: #47771D;
}
.BgClassName
{
background-color: #47771D;
}
</style>
border-color css
<style>
span { border-color: #47771D; }
span { border-color: rgb(71,119,29); }
td.TdClassName
{
border-color: #47771D;
}
.TagClassName
{
border-color: #47771D;
}
</style>