Shades of Bilbao #477C32
Tints of Bilbao #477C32
RGB
CMYK
RGB Variations
Color information
#477C32 (or 0x477C32) is known color: Bilbao. HEX triplet: 47, 7C and 32. RGB value is (71,124,50). Sum of RGB (Red+Green+Blue) = 71+124+50=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #477C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477C32 is #B883CD. Grayscale: #636363. Windows color (decimal): -12092366 or 3308615. OLE color: 3308615.
HSL color Cylindrical-coordinate representation of color #477C32: hue angle of 102.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #477C32 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 50 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.51 |
| HSL | 102.97º | 0.43% | 0.34% | - |
| HSV(B) | 102.97º | 0.6% | 0.49% | - |
| XYZ | 10.38 | 15.99 | 5.56 | - |
| YUV | 99.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 50 | 0.43 | 0 | 0.60 | 0.51 | 102.97 | 0.43 | 0.34 |
| Hex | 47 | 7C | 32 | 2B | 0 | 3C | 33 | 67 | 2B | 22 |
| Octal | 107 | 174 | 62 | 53 | 0 | 74 | 63 | 147 | 53 | 42 |
| Binary | 1000111 | 1111100 | 110010 | 101011 | 0 | 111100 | 110011 | 1100111 | 101011 | 100010 |
Color Harmonies of #477C32
Complementary color
Monochromatic Colors of #477C32
Black with #477C32
Text Example
Text Example
White with #477C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C32; }
p { color: rgb(71,124,50); }
H1.HeaderClassName
{
color: #477C32;
}
.AnyTagClassName
{
color: #477C32;
}
</style>
background-color css
<style>
a { background-color: #477C32; }
a { background-color: rgb(71,124,50); }
div.DivClassName
{
background-color: #477C32;
}
.BgClassName
{
background-color: #477C32;
}
</style>
border-color css
<style>
span { border-color: #477C32; }
span { border-color: rgb(71,124,50); }
td.TdClassName
{
border-color: #477C32;
}
.TagClassName
{
border-color: #477C32;
}
</style>