Shades of Bilbao #477F25
Tints of Bilbao #477F25
RGB
CMYK
RGB Variations
Color information
#477F25 (or 0x477F25) is known color: Bilbao. HEX triplet: 47, 7F and 25. RGB value is (71,127,37). Sum of RGB (Red+Green+Blue) = 71+127+37=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #477F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F25 is #B880DA. Grayscale: #646464. Windows color (decimal): -12091611 or 2457415. OLE color: 2457415.
HSL color Cylindrical-coordinate representation of color #477F25: hue angle of 97.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477F25 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 37 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.50 |
| HSL | 97.33º | 0.55% | 0.32% | - |
| HSV(B) | 97.33º | 0.71% | 0.5% | - |
| XYZ | 10.52 | 16.65 | 4.41 | - |
| YUV | 100 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 37 | 0.44 | 0 | 0.71 | 0.50 | 97.33 | 0.55 | 0.32 |
| Hex | 47 | 7F | 25 | 2C | 0 | 47 | 32 | 61 | 37 | 20 |
| Octal | 107 | 177 | 45 | 54 | 0 | 107 | 62 | 141 | 67 | 40 |
| Binary | 1000111 | 1111111 | 100101 | 101100 | 0 | 1000111 | 110010 | 1100001 | 110111 | 100000 |
Color Harmonies of #477F25
Complementary color
Monochromatic Colors of #477F25
Black with #477F25
Text Example
Text Example
White with #477F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F25; }
p { color: rgb(71,127,37); }
H1.HeaderClassName
{
color: #477F25;
}
.AnyTagClassName
{
color: #477F25;
}
</style>
background-color css
<style>
a { background-color: #477F25; }
a { background-color: rgb(71,127,37); }
div.DivClassName
{
background-color: #477F25;
}
.BgClassName
{
background-color: #477F25;
}
</style>
border-color css
<style>
span { border-color: #477F25; }
span { border-color: rgb(71,127,37); }
td.TdClassName
{
border-color: #477F25;
}
.TagClassName
{
border-color: #477F25;
}
</style>