Shades of Bilbao #477A1F
Tints of Bilbao #477A1F
RGB
CMYK
RGB Variations
Color information
#477A1F (or 0x477A1F) is known color: Bilbao. HEX triplet: 47, 7A and 1F. RGB value is (71,122,31). Sum of RGB (Red+Green+Blue) = 71+122+31=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #477A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A1F is #B885E0. Grayscale: #606060. Windows color (decimal): -12092897 or 2062919. OLE color: 2062919.
HSL color Cylindrical-coordinate representation of color #477A1F: hue angle of 93.63º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #477A1F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 31 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.52 |
| HSL | 93.63º | 0.59% | 0.3% | - |
| HSV(B) | 93.63º | 0.75% | 0.48% | - |
| XYZ | 9.81 | 15.36 | 3.74 | - |
| YUV | 96.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 31 | 0.42 | 0 | 0.75 | 0.52 | 93.63 | 0.59 | 0.3 |
| Hex | 47 | 7A | 1F | 2A | 0 | 4B | 34 | 5E | 3B | 1E |
| Octal | 107 | 172 | 37 | 52 | 0 | 113 | 64 | 136 | 73 | 36 |
| Binary | 1000111 | 1111010 | 11111 | 101010 | 0 | 1001011 | 110100 | 1011110 | 111011 | 11110 |
Color Harmonies of #477A1F
Complementary color
Monochromatic Colors of #477A1F
Black with #477A1F
Text Example
Text Example
White with #477A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A1F; }
p { color: rgb(71,122,31); }
H1.HeaderClassName
{
color: #477A1F;
}
.AnyTagClassName
{
color: #477A1F;
}
</style>
background-color css
<style>
a { background-color: #477A1F; }
a { background-color: rgb(71,122,31); }
div.DivClassName
{
background-color: #477A1F;
}
.BgClassName
{
background-color: #477A1F;
}
</style>
border-color css
<style>
span { border-color: #477A1F; }
span { border-color: rgb(71,122,31); }
td.TdClassName
{
border-color: #477A1F;
}
.TagClassName
{
border-color: #477A1F;
}
</style>