Shades of Bilbao #477F2D
Tints of Bilbao #477F2D
RGB
CMYK
RGB Variations
Color information
#477F2D (or 0x477F2D) is known color: Bilbao. HEX triplet: 47, 7F and 2D. RGB value is (71,127,45). Sum of RGB (Red+Green+Blue) = 71+127+45=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #477F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F2D is #B880D2. Grayscale: #656565. Windows color (decimal): -12091603 or 2981703. OLE color: 2981703.
HSL color Cylindrical-coordinate representation of color #477F2D: hue angle of 100.98º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477F2D is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 45 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.50 |
| HSL | 100.98º | 0.48% | 0.34% | - |
| HSV(B) | 100.98º | 0.65% | 0.5% | - |
| XYZ | 10.66 | 16.71 | 5.15 | - |
| YUV | 100.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 45 | 0.44 | 0 | 0.65 | 0.50 | 100.98 | 0.48 | 0.34 |
| Hex | 47 | 7F | 2D | 2C | 0 | 41 | 32 | 65 | 30 | 22 |
| Octal | 107 | 177 | 55 | 54 | 0 | 101 | 62 | 145 | 60 | 42 |
| Binary | 1000111 | 1111111 | 101101 | 101100 | 0 | 1000001 | 110010 | 1100101 | 110000 | 100010 |
Color Harmonies of #477F2D
Complementary color
Monochromatic Colors of #477F2D
Black with #477F2D
Text Example
Text Example
White with #477F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F2D; }
p { color: rgb(71,127,45); }
H1.HeaderClassName
{
color: #477F2D;
}
.AnyTagClassName
{
color: #477F2D;
}
</style>
background-color css
<style>
a { background-color: #477F2D; }
a { background-color: rgb(71,127,45); }
div.DivClassName
{
background-color: #477F2D;
}
.BgClassName
{
background-color: #477F2D;
}
</style>
border-color css
<style>
span { border-color: #477F2D; }
span { border-color: rgb(71,127,45); }
td.TdClassName
{
border-color: #477F2D;
}
.TagClassName
{
border-color: #477F2D;
}
</style>