Shades of Bilbao #477B1F
Tints of Bilbao #477B1F
RGB
CMYK
RGB Variations
Color information
#477B1F (or 0x477B1F) is known color: Bilbao. HEX triplet: 47, 7B and 1F. RGB value is (71,123,31). Sum of RGB (Red+Green+Blue) = 71+123+31=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #477B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B1F is #B884E0. Grayscale: #616161. Windows color (decimal): -12092641 or 2063175. OLE color: 2063175.
HSL color Cylindrical-coordinate representation of color #477B1F: hue angle of 93.91º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #477B1F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 31 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.52 |
| HSL | 93.91º | 0.6% | 0.3% | - |
| HSV(B) | 93.91º | 0.75% | 0.48% | - |
| XYZ | 9.93 | 15.6 | 3.78 | - |
| YUV | 96.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 31 | 0.42 | 0 | 0.75 | 0.52 | 93.91 | 0.6 | 0.3 |
| Hex | 47 | 7B | 1F | 2A | 0 | 4B | 34 | 5E | 3C | 1E |
| Octal | 107 | 173 | 37 | 52 | 0 | 113 | 64 | 136 | 74 | 36 |
| Binary | 1000111 | 1111011 | 11111 | 101010 | 0 | 1001011 | 110100 | 1011110 | 111100 | 11110 |
Color Harmonies of #477B1F
Complementary color
Monochromatic Colors of #477B1F
Black with #477B1F
Text Example
Text Example
White with #477B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B1F; }
p { color: rgb(71,123,31); }
H1.HeaderClassName
{
color: #477B1F;
}
.AnyTagClassName
{
color: #477B1F;
}
</style>
background-color css
<style>
a { background-color: #477B1F; }
a { background-color: rgb(71,123,31); }
div.DivClassName
{
background-color: #477B1F;
}
.BgClassName
{
background-color: #477B1F;
}
</style>
border-color css
<style>
span { border-color: #477B1F; }
span { border-color: rgb(71,123,31); }
td.TdClassName
{
border-color: #477B1F;
}
.TagClassName
{
border-color: #477B1F;
}
</style>