Shades of Bilbao #47772A
Tints of Bilbao #47772A
RGB
CMYK
RGB Variations
Color information
#47772A (or 0x47772A) is known color: Bilbao. HEX triplet: 47, 77 and 2A. RGB value is (71,119,42). Sum of RGB (Red+Green+Blue) = 71+119+42=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #47772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47772A is #B888D5. Grayscale: #606060. Windows color (decimal): -12093654 or 2783047. OLE color: 2783047.
HSL color Cylindrical-coordinate representation of color #47772A: hue angle of 97.4º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47772A is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 42 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.53 |
| HSL | 97.4º | 0.48% | 0.32% | - |
| HSV(B) | 97.4º | 0.65% | 0.47% | - |
| XYZ | 9.61 | 14.7 | 4.52 | - |
| YUV | 95.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 42 | 0.40 | 0 | 0.65 | 0.53 | 97.4 | 0.48 | 0.32 |
| Hex | 47 | 77 | 2A | 28 | 0 | 41 | 35 | 61 | 30 | 20 |
| Octal | 107 | 167 | 52 | 50 | 0 | 101 | 65 | 141 | 60 | 40 |
| Binary | 1000111 | 1110111 | 101010 | 101000 | 0 | 1000001 | 110101 | 1100001 | 110000 | 100000 |
Color Harmonies of #47772A
Complementary color
Monochromatic Colors of #47772A
Black with #47772A
Text Example
Text Example
White with #47772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47772A; }
p { color: rgb(71,119,42); }
H1.HeaderClassName
{
color: #47772A;
}
.AnyTagClassName
{
color: #47772A;
}
</style>
background-color css
<style>
a { background-color: #47772A; }
a { background-color: rgb(71,119,42); }
div.DivClassName
{
background-color: #47772A;
}
.BgClassName
{
background-color: #47772A;
}
</style>
border-color css
<style>
span { border-color: #47772A; }
span { border-color: rgb(71,119,42); }
td.TdClassName
{
border-color: #47772A;
}
.TagClassName
{
border-color: #47772A;
}
</style>