Shades of Bilbao #47781D
Tints of Bilbao #47781D
RGB
CMYK
RGB Variations
Color information
#47781D (or 0x47781D) is known color: Bilbao. HEX triplet: 47, 78 and 1D. RGB value is (71,120,29). Sum of RGB (Red+Green+Blue) = 71+120+29=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #47781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47781D is #B887E2. Grayscale: #5F5F5F. Windows color (decimal): -12093411 or 1931335. OLE color: 1931335.
HSL color Cylindrical-coordinate representation of color #47781D: hue angle of 92.31º 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 #47781D is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 29 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.53 |
| HSL | 92.31º | 0.61% | 0.29% | - |
| HSV(B) | 92.31º | 0.76% | 0.47% | - |
| XYZ | 9.54 | 14.86 | 3.53 | - |
| YUV | 94.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 29 | 0.41 | 0 | 0.76 | 0.53 | 92.31 | 0.61 | 0.29 |
| Hex | 47 | 78 | 1D | 29 | 0 | 4C | 35 | 5C | 3D | 1D |
| Octal | 107 | 170 | 35 | 51 | 0 | 114 | 65 | 134 | 75 | 35 |
| Binary | 1000111 | 1111000 | 11101 | 101001 | 0 | 1001100 | 110101 | 1011100 | 111101 | 11101 |
Color Harmonies of #47781D
Complementary color
Monochromatic Colors of #47781D
Black with #47781D
Text Example
Text Example
White with #47781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47781D; }
p { color: rgb(71,120,29); }
H1.HeaderClassName
{
color: #47781D;
}
.AnyTagClassName
{
color: #47781D;
}
</style>
background-color css
<style>
a { background-color: #47781D; }
a { background-color: rgb(71,120,29); }
div.DivClassName
{
background-color: #47781D;
}
.BgClassName
{
background-color: #47781D;
}
</style>
border-color css
<style>
span { border-color: #47781D; }
span { border-color: rgb(71,120,29); }
td.TdClassName
{
border-color: #47781D;
}
.TagClassName
{
border-color: #47781D;
}
</style>