Shades of Bilbao #47870C
Tints of Bilbao #47870C
RGB
CMYK
RGB Variations
Color information
#47870C (or 0x47870C) is known color: Bilbao. HEX triplet: 47, 87 and 0C. RGB value is (71,135,12). Sum of RGB (Red+Green+Blue) = 71+135+12=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #47870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47870C is #B878F3. Grayscale: #666666. Windows color (decimal): -12089588 or 821063. OLE color: 821063.
HSL color Cylindrical-coordinate representation of color #47870C: hue angle of 91.22º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47870C is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 135 | 12 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.47 |
| HSL | 91.22º | 0.84% | 0.29% | - |
| HSV(B) | 91.22º | 0.91% | 0.53% | - |
| XYZ | 11.33 | 18.69 | 3.36 | - |
| YUV | 101.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 12 | 0.47 | 0 | 0.91 | 0.47 | 91.22 | 0.84 | 0.29 |
| Hex | 47 | 87 | C | 2F | 0 | 5B | 2F | 5B | 54 | 1D |
| Octal | 107 | 207 | 14 | 57 | 0 | 133 | 57 | 133 | 124 | 35 |
| Binary | 1000111 | 10000111 | 1100 | 101111 | 0 | 1011011 | 101111 | 1011011 | 1010100 | 11101 |
Color Harmonies of #47870C
Complementary color
Monochromatic Colors of #47870C
Black with #47870C
Text Example
Text Example
White with #47870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47870C; }
p { color: rgb(71,135,12); }
H1.HeaderClassName
{
color: #47870C;
}
.AnyTagClassName
{
color: #47870C;
}
</style>
background-color css
<style>
a { background-color: #47870C; }
a { background-color: rgb(71,135,12); }
div.DivClassName
{
background-color: #47870C;
}
.BgClassName
{
background-color: #47870C;
}
</style>
border-color css
<style>
span { border-color: #47870C; }
span { border-color: rgb(71,135,12); }
td.TdClassName
{
border-color: #47870C;
}
.TagClassName
{
border-color: #47870C;
}
</style>