Shades of Bilbao #477D2C
Tints of Bilbao #477D2C
RGB
CMYK
RGB Variations
Color information
#477D2C (or 0x477D2C) is known color: Bilbao. HEX triplet: 47, 7D and 2C. RGB value is (71,125,44). Sum of RGB (Red+Green+Blue) = 71+125+44=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #477D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D2C is #B882D3. Grayscale: #636363. Windows color (decimal): -12092116 or 2915655. OLE color: 2915655.
HSL color Cylindrical-coordinate representation of color #477D2C: hue angle of 100º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477D2C is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 44 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.51 |
| HSL | 100º | 0.48% | 0.33% | - |
| HSV(B) | 100º | 0.65% | 0.49% | - |
| XYZ | 10.39 | 16.19 | 4.96 | - |
| YUV | 99.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 44 | 0.43 | 0 | 0.65 | 0.51 | 100 | 0.48 | 0.33 |
| Hex | 47 | 7D | 2C | 2B | 0 | 41 | 33 | 64 | 30 | 21 |
| Octal | 107 | 175 | 54 | 53 | 0 | 101 | 63 | 144 | 60 | 41 |
| Binary | 1000111 | 1111101 | 101100 | 101011 | 0 | 1000001 | 110011 | 1100100 | 110000 | 100001 |
Color Harmonies of #477D2C
Complementary color
Monochromatic Colors of #477D2C
Black with #477D2C
Text Example
Text Example
White with #477D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D2C; }
p { color: rgb(71,125,44); }
H1.HeaderClassName
{
color: #477D2C;
}
.AnyTagClassName
{
color: #477D2C;
}
</style>
background-color css
<style>
a { background-color: #477D2C; }
a { background-color: rgb(71,125,44); }
div.DivClassName
{
background-color: #477D2C;
}
.BgClassName
{
background-color: #477D2C;
}
</style>
border-color css
<style>
span { border-color: #477D2C; }
span { border-color: rgb(71,125,44); }
td.TdClassName
{
border-color: #477D2C;
}
.TagClassName
{
border-color: #477D2C;
}
</style>