Shades of Bilbao #47771C
Tints of Bilbao #47771C
RGB
CMYK
RGB Variations
Color information
#47771C (or 0x47771C) is known color: Bilbao. HEX triplet: 47, 77 and 1C. RGB value is (71,119,28). Sum of RGB (Red+Green+Blue) = 71+119+28=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #47771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47771C is #B888E3. Grayscale: #5E5E5E. Windows color (decimal): -12093668 or 1865543. OLE color: 1865543.
HSL color Cylindrical-coordinate representation of color #47771C: hue angle of 91.65º degrees, saturation: 0.62, 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 #47771C is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 28 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.53 |
| HSL | 91.65º | 0.62% | 0.29% | - |
| HSV(B) | 91.65º | 0.76% | 0.47% | - |
| XYZ | 9.4 | 14.62 | 3.42 | - |
| YUV | 94.27 | 90.6 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 28 | 0.40 | 0 | 0.76 | 0.53 | 91.65 | 0.62 | 0.29 |
| Hex | 47 | 77 | 1C | 28 | 0 | 4C | 35 | 5C | 3E | 1D |
| Octal | 107 | 167 | 34 | 50 | 0 | 114 | 65 | 134 | 76 | 35 |
| Binary | 1000111 | 1110111 | 11100 | 101000 | 0 | 1001100 | 110101 | 1011100 | 111110 | 11101 |
Color Harmonies of #47771C
Complementary color
Monochromatic Colors of #47771C
Black with #47771C
Text Example
Text Example
White with #47771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47771C; }
p { color: rgb(71,119,28); }
H1.HeaderClassName
{
color: #47771C;
}
.AnyTagClassName
{
color: #47771C;
}
</style>
background-color css
<style>
a { background-color: #47771C; }
a { background-color: rgb(71,119,28); }
div.DivClassName
{
background-color: #47771C;
}
.BgClassName
{
background-color: #47771C;
}
</style>
border-color css
<style>
span { border-color: #47771C; }
span { border-color: rgb(71,119,28); }
td.TdClassName
{
border-color: #47771C;
}
.TagClassName
{
border-color: #47771C;
}
</style>