Shades of Bilbao #47752D
Tints of Bilbao #47752D
RGB
CMYK
RGB Variations
Color information
#47752D (or 0x47752D) is known color: Bilbao. HEX triplet: 47, 75 and 2D. RGB value is (71,117,45). Sum of RGB (Red+Green+Blue) = 71+117+45=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #47752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47752D is #B88AD2. Grayscale: #5F5F5F. Windows color (decimal): -12094163 or 2979143. OLE color: 2979143.
HSL color Cylindrical-coordinate representation of color #47752D: hue angle of 98.33º degrees, saturation: 0.44, 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 #47752D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 45 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.54 |
| HSL | 98.33º | 0.44% | 0.32% | - |
| HSV(B) | 98.33º | 0.62% | 0.46% | - |
| XYZ | 9.43 | 14.25 | 4.74 | - |
| YUV | 95.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 45 | 0.39 | 0 | 0.62 | 0.54 | 98.33 | 0.44 | 0.32 |
| Hex | 47 | 75 | 2D | 27 | 0 | 3E | 36 | 62 | 2C | 20 |
| Octal | 107 | 165 | 55 | 47 | 0 | 76 | 66 | 142 | 54 | 40 |
| Binary | 1000111 | 1110101 | 101101 | 100111 | 0 | 111110 | 110110 | 1100010 | 101100 | 100000 |
Color Harmonies of #47752D
Complementary color
Monochromatic Colors of #47752D
Black with #47752D
Text Example
Text Example
White with #47752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47752D; }
p { color: rgb(71,117,45); }
H1.HeaderClassName
{
color: #47752D;
}
.AnyTagClassName
{
color: #47752D;
}
</style>
background-color css
<style>
a { background-color: #47752D; }
a { background-color: rgb(71,117,45); }
div.DivClassName
{
background-color: #47752D;
}
.BgClassName
{
background-color: #47752D;
}
</style>
border-color css
<style>
span { border-color: #47752D; }
span { border-color: rgb(71,117,45); }
td.TdClassName
{
border-color: #47752D;
}
.TagClassName
{
border-color: #47752D;
}
</style>