Shades of Bilbao #477A25
Tints of Bilbao #477A25
RGB
CMYK
RGB Variations
Color information
#477A25 (or 0x477A25) is known color: Bilbao. HEX triplet: 47, 7A and 25. RGB value is (71,122,37). Sum of RGB (Red+Green+Blue) = 71+122+37=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #477A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A25 is #B885DA. Grayscale: #616161. Windows color (decimal): -12092891 or 2456135. OLE color: 2456135.
HSL color Cylindrical-coordinate representation of color #477A25: hue angle of 96º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477A25 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 37 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.52 |
| HSL | 96º | 0.53% | 0.31% | - |
| HSV(B) | 96º | 0.7% | 0.48% | - |
| XYZ | 9.89 | 15.39 | 4.2 | - |
| YUV | 97.06 | 94.1 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 37 | 0.42 | 0 | 0.70 | 0.52 | 96 | 0.53 | 0.31 |
| Hex | 47 | 7A | 25 | 2A | 0 | 46 | 34 | 60 | 35 | 1F |
| Octal | 107 | 172 | 45 | 52 | 0 | 106 | 64 | 140 | 65 | 37 |
| Binary | 1000111 | 1111010 | 100101 | 101010 | 0 | 1000110 | 110100 | 1100000 | 110101 | 11111 |
Color Harmonies of #477A25
Complementary color
Monochromatic Colors of #477A25
Black with #477A25
Text Example
Text Example
White with #477A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A25; }
p { color: rgb(71,122,37); }
H1.HeaderClassName
{
color: #477A25;
}
.AnyTagClassName
{
color: #477A25;
}
</style>
background-color css
<style>
a { background-color: #477A25; }
a { background-color: rgb(71,122,37); }
div.DivClassName
{
background-color: #477A25;
}
.BgClassName
{
background-color: #477A25;
}
</style>
border-color css
<style>
span { border-color: #477A25; }
span { border-color: rgb(71,122,37); }
td.TdClassName
{
border-color: #477A25;
}
.TagClassName
{
border-color: #477A25;
}
</style>