Shades of Bilbao #477D32
Tints of Bilbao #477D32
RGB
CMYK
RGB Variations
Color information
#477D32 (or 0x477D32) is known color: Bilbao. HEX triplet: 47, 7D and 32. RGB value is (71,125,50). Sum of RGB (Red+Green+Blue) = 71+125+50=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #477D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D32 is #B882CD. Grayscale: #646464. Windows color (decimal): -12092110 or 3308871. OLE color: 3308871.
HSL color Cylindrical-coordinate representation of color #477D32: hue angle of 103.2º 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 #477D32 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 50 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.51 |
| HSL | 103.2º | 0.43% | 0.34% | - |
| HSV(B) | 103.2º | 0.6% | 0.49% | - |
| XYZ | 10.51 | 16.24 | 5.6 | - |
| YUV | 100.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 50 | 0.43 | 0 | 0.60 | 0.51 | 103.2 | 0.43 | 0.34 |
| Hex | 47 | 7D | 32 | 2B | 0 | 3C | 33 | 67 | 2B | 22 |
| Octal | 107 | 175 | 62 | 53 | 0 | 74 | 63 | 147 | 53 | 42 |
| Binary | 1000111 | 1111101 | 110010 | 101011 | 0 | 111100 | 110011 | 1100111 | 101011 | 100010 |
Color Harmonies of #477D32
Complementary color
Monochromatic Colors of #477D32
Black with #477D32
Text Example
Text Example
White with #477D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D32; }
p { color: rgb(71,125,50); }
H1.HeaderClassName
{
color: #477D32;
}
.AnyTagClassName
{
color: #477D32;
}
</style>
background-color css
<style>
a { background-color: #477D32; }
a { background-color: rgb(71,125,50); }
div.DivClassName
{
background-color: #477D32;
}
.BgClassName
{
background-color: #477D32;
}
</style>
border-color css
<style>
span { border-color: #477D32; }
span { border-color: rgb(71,125,50); }
td.TdClassName
{
border-color: #477D32;
}
.TagClassName
{
border-color: #477D32;
}
</style>