Shades of Bilbao #477D28
Tints of Bilbao #477D28
RGB
CMYK
RGB Variations
Color information
#477D28 (or 0x477D28) is known color: Bilbao. HEX triplet: 47, 7D and 28. RGB value is (71,125,40). Sum of RGB (Red+Green+Blue) = 71+125+40=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #477D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D28 is #B882D7. Grayscale: #636363. Windows color (decimal): -12092120 or 2653511. OLE color: 2653511.
HSL color Cylindrical-coordinate representation of color #477D28: hue angle of 98.12º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477D28 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 40 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.51 |
| HSL | 98.12º | 0.52% | 0.32% | - |
| HSV(B) | 98.12º | 0.68% | 0.49% | - |
| XYZ | 10.32 | 16.16 | 4.58 | - |
| YUV | 99.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 40 | 0.43 | 0 | 0.68 | 0.51 | 98.12 | 0.52 | 0.32 |
| Hex | 47 | 7D | 28 | 2B | 0 | 44 | 33 | 62 | 34 | 20 |
| Octal | 107 | 175 | 50 | 53 | 0 | 104 | 63 | 142 | 64 | 40 |
| Binary | 1000111 | 1111101 | 101000 | 101011 | 0 | 1000100 | 110011 | 1100010 | 110100 | 100000 |
Color Harmonies of #477D28
Complementary color
Monochromatic Colors of #477D28
Black with #477D28
Text Example
Text Example
White with #477D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D28; }
p { color: rgb(71,125,40); }
H1.HeaderClassName
{
color: #477D28;
}
.AnyTagClassName
{
color: #477D28;
}
</style>
background-color css
<style>
a { background-color: #477D28; }
a { background-color: rgb(71,125,40); }
div.DivClassName
{
background-color: #477D28;
}
.BgClassName
{
background-color: #477D28;
}
</style>
border-color css
<style>
span { border-color: #477D28; }
span { border-color: rgb(71,125,40); }
td.TdClassName
{
border-color: #477D28;
}
.TagClassName
{
border-color: #477D28;
}
</style>