Shades of Bilbao #477F17
Tints of Bilbao #477F17
RGB
CMYK
RGB Variations
Color information
#477F17 (or 0x477F17) is known color: Bilbao. HEX triplet: 47, 7F and 17. RGB value is (71,127,23). Sum of RGB (Red+Green+Blue) = 71+127+23=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #477F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F17 is #B880E8. Grayscale: #626262. Windows color (decimal): -12091625 or 1539911. OLE color: 1539911.
HSL color Cylindrical-coordinate representation of color #477F17: hue angle of 92.31º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #477F17 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 23 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.50 |
| HSL | 92.31º | 0.69% | 0.29% | - |
| HSV(B) | 92.31º | 0.82% | 0.5% | - |
| XYZ | 10.34 | 16.58 | 3.47 | - |
| YUV | 98.4 | 85.45 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 23 | 0.44 | 0 | 0.82 | 0.50 | 92.31 | 0.69 | 0.29 |
| Hex | 47 | 7F | 17 | 2C | 0 | 52 | 32 | 5C | 45 | 1D |
| Octal | 107 | 177 | 27 | 54 | 0 | 122 | 62 | 134 | 105 | 35 |
| Binary | 1000111 | 1111111 | 10111 | 101100 | 0 | 1010010 | 110010 | 1011100 | 1000101 | 11101 |
Color Harmonies of #477F17
Complementary color
Monochromatic Colors of #477F17
Black with #477F17
Text Example
Text Example
White with #477F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F17; }
p { color: rgb(71,127,23); }
H1.HeaderClassName
{
color: #477F17;
}
.AnyTagClassName
{
color: #477F17;
}
</style>
background-color css
<style>
a { background-color: #477F17; }
a { background-color: rgb(71,127,23); }
div.DivClassName
{
background-color: #477F17;
}
.BgClassName
{
background-color: #477F17;
}
</style>
border-color css
<style>
span { border-color: #477F17; }
span { border-color: rgb(71,127,23); }
td.TdClassName
{
border-color: #477F17;
}
.TagClassName
{
border-color: #477F17;
}
</style>