Shades of Bilbao #477D34
Tints of Bilbao #477D34
RGB
CMYK
RGB Variations
Color information
#477D34 (or 0x477D34) is known color: Bilbao. HEX triplet: 47, 7D and 34. RGB value is (71,125,52). Sum of RGB (Red+Green+Blue) = 71+125+52=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #477D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D34 is #B882CB. Grayscale: #646464. Windows color (decimal): -12092108 or 3439943. OLE color: 3439943.
HSL color Cylindrical-coordinate representation of color #477D34: hue angle of 104.38º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477D34 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 52 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.51 |
| HSL | 104.38º | 0.41% | 0.35% | - |
| HSV(B) | 104.38º | 0.58% | 0.49% | - |
| XYZ | 10.55 | 16.25 | 5.83 | - |
| YUV | 100.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 52 | 0.43 | 0 | 0.58 | 0.51 | 104.38 | 0.41 | 0.35 |
| Hex | 47 | 7D | 34 | 2B | 0 | 3A | 33 | 68 | 29 | 23 |
| Octal | 107 | 175 | 64 | 53 | 0 | 72 | 63 | 150 | 51 | 43 |
| Binary | 1000111 | 1111101 | 110100 | 101011 | 0 | 111010 | 110011 | 1101000 | 101001 | 100011 |
Color Harmonies of #477D34
Complementary color
Monochromatic Colors of #477D34
Black with #477D34
Text Example
Text Example
White with #477D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D34; }
p { color: rgb(71,125,52); }
H1.HeaderClassName
{
color: #477D34;
}
.AnyTagClassName
{
color: #477D34;
}
</style>
background-color css
<style>
a { background-color: #477D34; }
a { background-color: rgb(71,125,52); }
div.DivClassName
{
background-color: #477D34;
}
.BgClassName
{
background-color: #477D34;
}
</style>
border-color css
<style>
span { border-color: #477D34; }
span { border-color: rgb(71,125,52); }
td.TdClassName
{
border-color: #477D34;
}
.TagClassName
{
border-color: #477D34;
}
</style>