Shades of Bilbao #477F2C
Tints of Bilbao #477F2C
RGB
CMYK
RGB Variations
Color information
#477F2C (or 0x477F2C) is known color: Bilbao. HEX triplet: 47, 7F and 2C. RGB value is (71,127,44). Sum of RGB (Red+Green+Blue) = 71+127+44=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #477F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F2C is #B880D3. Grayscale: #656565. Windows color (decimal): -12091604 or 2916167. OLE color: 2916167.
HSL color Cylindrical-coordinate representation of color #477F2C: hue angle of 100.48º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477F2C is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 44 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.50 |
| HSL | 100.48º | 0.49% | 0.34% | - |
| HSV(B) | 100.48º | 0.65% | 0.5% | - |
| XYZ | 10.64 | 16.7 | 5.05 | - |
| YUV | 100.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 44 | 0.44 | 0 | 0.65 | 0.50 | 100.48 | 0.49 | 0.34 |
| Hex | 47 | 7F | 2C | 2C | 0 | 41 | 32 | 64 | 31 | 22 |
| Octal | 107 | 177 | 54 | 54 | 0 | 101 | 62 | 144 | 61 | 42 |
| Binary | 1000111 | 1111111 | 101100 | 101100 | 0 | 1000001 | 110010 | 1100100 | 110001 | 100010 |
Color Harmonies of #477F2C
Complementary color
Monochromatic Colors of #477F2C
Black with #477F2C
Text Example
Text Example
White with #477F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F2C; }
p { color: rgb(71,127,44); }
H1.HeaderClassName
{
color: #477F2C;
}
.AnyTagClassName
{
color: #477F2C;
}
</style>
background-color css
<style>
a { background-color: #477F2C; }
a { background-color: rgb(71,127,44); }
div.DivClassName
{
background-color: #477F2C;
}
.BgClassName
{
background-color: #477F2C;
}
</style>
border-color css
<style>
span { border-color: #477F2C; }
span { border-color: rgb(71,127,44); }
td.TdClassName
{
border-color: #477F2C;
}
.TagClassName
{
border-color: #477F2C;
}
</style>