Shades of Bilbao #47752B
Tints of Bilbao #47752B
RGB
CMYK
RGB Variations
Color information
#47752B (or 0x47752B) is known color: Bilbao. HEX triplet: 47, 75 and 2B. RGB value is (71,117,43). Sum of RGB (Red+Green+Blue) = 71+117+43=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #47752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47752B is #B88AD4. Grayscale: #5F5F5F. Windows color (decimal): -12094165 or 2848071. OLE color: 2848071.
HSL color Cylindrical-coordinate representation of color #47752B: hue angle of 97.3º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47752B is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 43 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.54 |
| HSL | 97.3º | 0.46% | 0.31% | - |
| HSV(B) | 97.3º | 0.63% | 0.46% | - |
| XYZ | 9.4 | 14.24 | 4.54 | - |
| YUV | 94.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 43 | 0.39 | 0 | 0.63 | 0.54 | 97.3 | 0.46 | 0.31 |
| Hex | 47 | 75 | 2B | 27 | 0 | 3F | 36 | 61 | 2E | 1F |
| Octal | 107 | 165 | 53 | 47 | 0 | 77 | 66 | 141 | 56 | 37 |
| Binary | 1000111 | 1110101 | 101011 | 100111 | 0 | 111111 | 110110 | 1100001 | 101110 | 11111 |
Color Harmonies of #47752B
Complementary color
Monochromatic Colors of #47752B
Black with #47752B
Text Example
Text Example
White with #47752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47752B; }
p { color: rgb(71,117,43); }
H1.HeaderClassName
{
color: #47752B;
}
.AnyTagClassName
{
color: #47752B;
}
</style>
background-color css
<style>
a { background-color: #47752B; }
a { background-color: rgb(71,117,43); }
div.DivClassName
{
background-color: #47752B;
}
.BgClassName
{
background-color: #47752B;
}
</style>
border-color css
<style>
span { border-color: #47752B; }
span { border-color: rgb(71,117,43); }
td.TdClassName
{
border-color: #47752B;
}
.TagClassName
{
border-color: #47752B;
}
</style>