Shades of Bilbao #477F16
Tints of Bilbao #477F16
RGB
CMYK
RGB Variations
Color information
#477F16 (or 0x477F16) is known color: Bilbao. HEX triplet: 47, 7F and 16. RGB value is (71,127,22). Sum of RGB (Red+Green+Blue) = 71+127+22=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #477F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F16 is #B880E9. Grayscale: #626262. Windows color (decimal): -12091626 or 1474375. OLE color: 1474375.
HSL color Cylindrical-coordinate representation of color #477F16: hue angle of 92º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #477F16 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 22 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.50 |
| HSL | 92º | 0.7% | 0.29% | - |
| HSV(B) | 92º | 0.83% | 0.5% | - |
| XYZ | 10.33 | 16.58 | 3.41 | - |
| YUV | 98.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 22 | 0.44 | 0 | 0.83 | 0.50 | 92 | 0.7 | 0.29 |
| Hex | 47 | 7F | 16 | 2C | 0 | 53 | 32 | 5C | 46 | 1D |
| Octal | 107 | 177 | 26 | 54 | 0 | 123 | 62 | 134 | 106 | 35 |
| Binary | 1000111 | 1111111 | 10110 | 101100 | 0 | 1010011 | 110010 | 1011100 | 1000110 | 11101 |
Color Harmonies of #477F16
Complementary color
Monochromatic Colors of #477F16
Black with #477F16
Text Example
Text Example
White with #477F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F16; }
p { color: rgb(71,127,22); }
H1.HeaderClassName
{
color: #477F16;
}
.AnyTagClassName
{
color: #477F16;
}
</style>
background-color css
<style>
a { background-color: #477F16; }
a { background-color: rgb(71,127,22); }
div.DivClassName
{
background-color: #477F16;
}
.BgClassName
{
background-color: #477F16;
}
</style>
border-color css
<style>
span { border-color: #477F16; }
span { border-color: rgb(71,127,22); }
td.TdClassName
{
border-color: #477F16;
}
.TagClassName
{
border-color: #477F16;
}
</style>