Shades of Bilbao #477A30
Tints of Bilbao #477A30
RGB
CMYK
RGB Variations
Color information
#477A30 (or 0x477A30) is known color: Bilbao. HEX triplet: 47, 7A and 30. RGB value is (71,122,48). Sum of RGB (Red+Green+Blue) = 71+122+48=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #477A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A30 is #B885CF. Grayscale: #626262. Windows color (decimal): -12092880 or 3177031. OLE color: 3177031.
HSL color Cylindrical-coordinate representation of color #477A30: hue angle of 101.35º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #477A30 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 48 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.52 |
| HSL | 101.35º | 0.44% | 0.33% | - |
| HSV(B) | 101.35º | 0.61% | 0.48% | - |
| XYZ | 10.09 | 15.47 | 5.25 | - |
| YUV | 98.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 48 | 0.42 | 0 | 0.61 | 0.52 | 101.35 | 0.44 | 0.33 |
| Hex | 47 | 7A | 30 | 2A | 0 | 3D | 34 | 65 | 2C | 21 |
| Octal | 107 | 172 | 60 | 52 | 0 | 75 | 64 | 145 | 54 | 41 |
| Binary | 1000111 | 1111010 | 110000 | 101010 | 0 | 111101 | 110100 | 1100101 | 101100 | 100001 |
Color Harmonies of #477A30
Complementary color
Monochromatic Colors of #477A30
Black with #477A30
Text Example
Text Example
White with #477A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A30; }
p { color: rgb(71,122,48); }
H1.HeaderClassName
{
color: #477A30;
}
.AnyTagClassName
{
color: #477A30;
}
</style>
background-color css
<style>
a { background-color: #477A30; }
a { background-color: rgb(71,122,48); }
div.DivClassName
{
background-color: #477A30;
}
.BgClassName
{
background-color: #477A30;
}
</style>
border-color css
<style>
span { border-color: #477A30; }
span { border-color: rgb(71,122,48); }
td.TdClassName
{
border-color: #477A30;
}
.TagClassName
{
border-color: #477A30;
}
</style>