Shades of Bilbao #477B32
Tints of Bilbao #477B32
RGB
CMYK
RGB Variations
Color information
#477B32 (or 0x477B32) is known color: Bilbao. HEX triplet: 47, 7B and 32. RGB value is (71,123,50). Sum of RGB (Red+Green+Blue) = 71+123+50=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #477B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B32 is #B884CD. Grayscale: #636363. Windows color (decimal): -12092622 or 3308359. OLE color: 3308359.
HSL color Cylindrical-coordinate representation of color #477B32: hue angle of 102.74º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477B32 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 50 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.52 |
| HSL | 102.74º | 0.42% | 0.34% | - |
| HSV(B) | 102.74º | 0.59% | 0.48% | - |
| XYZ | 10.26 | 15.74 | 5.51 | - |
| YUV | 99.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 50 | 0.42 | 0 | 0.59 | 0.52 | 102.74 | 0.42 | 0.34 |
| Hex | 47 | 7B | 32 | 2A | 0 | 3B | 34 | 67 | 2A | 22 |
| Octal | 107 | 173 | 62 | 52 | 0 | 73 | 64 | 147 | 52 | 42 |
| Binary | 1000111 | 1111011 | 110010 | 101010 | 0 | 111011 | 110100 | 1100111 | 101010 | 100010 |
Color Harmonies of #477B32
Complementary color
Monochromatic Colors of #477B32
Black with #477B32
Text Example
Text Example
White with #477B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B32; }
p { color: rgb(71,123,50); }
H1.HeaderClassName
{
color: #477B32;
}
.AnyTagClassName
{
color: #477B32;
}
</style>
background-color css
<style>
a { background-color: #477B32; }
a { background-color: rgb(71,123,50); }
div.DivClassName
{
background-color: #477B32;
}
.BgClassName
{
background-color: #477B32;
}
</style>
border-color css
<style>
span { border-color: #477B32; }
span { border-color: rgb(71,123,50); }
td.TdClassName
{
border-color: #477B32;
}
.TagClassName
{
border-color: #477B32;
}
</style>