Shades of Bilbao #477F14
Tints of Bilbao #477F14
RGB
CMYK
RGB Variations
Color information
#477F14 (or 0x477F14) is known color: Bilbao. HEX triplet: 47, 7F and 14. RGB value is (71,127,20). Sum of RGB (Red+Green+Blue) = 71+127+20=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #477F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F14 is #B880EB. Grayscale: #626262. Windows color (decimal): -12091628 or 1343303. OLE color: 1343303.
HSL color Cylindrical-coordinate representation of color #477F14: hue angle of 91.4º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #477F14 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 20 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.50 |
| HSL | 91.4º | 0.73% | 0.29% | - |
| HSV(B) | 91.4º | 0.84% | 0.5% | - |
| XYZ | 10.31 | 16.57 | 3.32 | - |
| YUV | 98.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 20 | 0.44 | 0 | 0.84 | 0.50 | 91.4 | 0.73 | 0.29 |
| Hex | 47 | 7F | 14 | 2C | 0 | 54 | 32 | 5B | 49 | 1D |
| Octal | 107 | 177 | 24 | 54 | 0 | 124 | 62 | 133 | 111 | 35 |
| Binary | 1000111 | 1111111 | 10100 | 101100 | 0 | 1010100 | 110010 | 1011011 | 1001001 | 11101 |
Color Harmonies of #477F14
Complementary color
Monochromatic Colors of #477F14
Black with #477F14
Text Example
Text Example
White with #477F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F14; }
p { color: rgb(71,127,20); }
H1.HeaderClassName
{
color: #477F14;
}
.AnyTagClassName
{
color: #477F14;
}
</style>
background-color css
<style>
a { background-color: #477F14; }
a { background-color: rgb(71,127,20); }
div.DivClassName
{
background-color: #477F14;
}
.BgClassName
{
background-color: #477F14;
}
</style>
border-color css
<style>
span { border-color: #477F14; }
span { border-color: rgb(71,127,20); }
td.TdClassName
{
border-color: #477F14;
}
.TagClassName
{
border-color: #477F14;
}
</style>