Shades of Bilbao #3F710D
Tints of Bilbao #3F710D
RGB
CMYK
RGB Variations
Color information
#3F710D (or 0x3F710D) is known color: Bilbao. HEX triplet: 3F, 71 and 0D. RGB value is (63,113,13). Sum of RGB (Red+Green+Blue) = 63+113+13=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #3F710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F710D is #C08EF2. Grayscale: #575757. Windows color (decimal): -12619507 or 880959. OLE color: 880959.
HSL color Cylindrical-coordinate representation of color #3F710D: hue angle of 90º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F710D is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 13 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.56 |
| HSL | 90º | 0.79% | 0.25% | - |
| HSV(B) | 90º | 0.88% | 0.44% | - |
| XYZ | 8.03 | 12.9 | 2.45 | - |
| YUV | 86.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 13 | 0.44 | 0 | 0.88 | 0.56 | 90 | 0.79 | 0.25 |
| Hex | 3F | 71 | D | 2C | 0 | 58 | 38 | 5A | 4F | 19 |
| Octal | 77 | 161 | 15 | 54 | 0 | 130 | 70 | 132 | 117 | 31 |
| Binary | 111111 | 1110001 | 1101 | 101100 | 0 | 1011000 | 111000 | 1011010 | 1001111 | 11001 |
Color Harmonies of #3F710D
Complementary color
Monochromatic Colors of #3F710D
Black with #3F710D
Text Example
Text Example
White with #3F710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F710D; }
p { color: rgb(63,113,13); }
H1.HeaderClassName
{
color: #3F710D;
}
.AnyTagClassName
{
color: #3F710D;
}
</style>
background-color css
<style>
a { background-color: #3F710D; }
a { background-color: rgb(63,113,13); }
div.DivClassName
{
background-color: #3F710D;
}
.BgClassName
{
background-color: #3F710D;
}
</style>
border-color css
<style>
span { border-color: #3F710D; }
span { border-color: rgb(63,113,13); }
td.TdClassName
{
border-color: #3F710D;
}
.TagClassName
{
border-color: #3F710D;
}
</style>