Shades of Bilbao #47762D
Tints of Bilbao #47762D
RGB
CMYK
RGB Variations
Color information
#47762D (or 0x47762D) is known color: Bilbao. HEX triplet: 47, 76 and 2D. RGB value is (71,118,45). Sum of RGB (Red+Green+Blue) = 71+118+45=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #47762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47762D is #B889D2. Grayscale: #5F5F5F. Windows color (decimal): -12093907 or 2979399. OLE color: 2979399.
HSL color Cylindrical-coordinate representation of color #47762D: hue angle of 98.63º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47762D is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 45 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.54 |
| HSL | 98.63º | 0.45% | 0.32% | - |
| HSV(B) | 98.63º | 0.62% | 0.46% | - |
| XYZ | 9.55 | 14.49 | 4.78 | - |
| YUV | 95.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 45 | 0.40 | 0 | 0.62 | 0.54 | 98.63 | 0.45 | 0.32 |
| Hex | 47 | 76 | 2D | 28 | 0 | 3E | 36 | 63 | 2D | 20 |
| Octal | 107 | 166 | 55 | 50 | 0 | 76 | 66 | 143 | 55 | 40 |
| Binary | 1000111 | 1110110 | 101101 | 101000 | 0 | 111110 | 110110 | 1100011 | 101101 | 100000 |
Color Harmonies of #47762D
Complementary color
Monochromatic Colors of #47762D
Black with #47762D
Text Example
Text Example
White with #47762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47762D; }
p { color: rgb(71,118,45); }
H1.HeaderClassName
{
color: #47762D;
}
.AnyTagClassName
{
color: #47762D;
}
</style>
background-color css
<style>
a { background-color: #47762D; }
a { background-color: rgb(71,118,45); }
div.DivClassName
{
background-color: #47762D;
}
.BgClassName
{
background-color: #47762D;
}
</style>
border-color css
<style>
span { border-color: #47762D; }
span { border-color: rgb(71,118,45); }
td.TdClassName
{
border-color: #47762D;
}
.TagClassName
{
border-color: #47762D;
}
</style>