Shades of Bilbao #3F710B
Tints of Bilbao #3F710B
RGB
CMYK
RGB Variations
Color information
#3F710B (or 0x3F710B) is known color: Bilbao. HEX triplet: 3F, 71 and 0B. RGB value is (63,113,11). Sum of RGB (Red+Green+Blue) = 63+113+11=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #3F710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F710B is #C08EF4. Grayscale: #565656. Windows color (decimal): -12619509 or 749887. OLE color: 749887.
HSL color Cylindrical-coordinate representation of color #3F710B: hue angle of 89.41º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F710B is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 11 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.56 |
| HSL | 89.41º | 0.82% | 0.24% | - |
| HSV(B) | 89.41º | 0.9% | 0.44% | - |
| XYZ | 8.02 | 12.89 | 2.38 | - |
| YUV | 86.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 11 | 0.44 | 0 | 0.90 | 0.56 | 89.41 | 0.82 | 0.24 |
| Hex | 3F | 71 | B | 2C | 0 | 5A | 38 | 59 | 52 | 18 |
| Octal | 77 | 161 | 13 | 54 | 0 | 132 | 70 | 131 | 122 | 30 |
| Binary | 111111 | 1110001 | 1011 | 101100 | 0 | 1011010 | 111000 | 1011001 | 1010010 | 11000 |
Color Harmonies of #3F710B
Complementary color
Monochromatic Colors of #3F710B
Black with #3F710B
Text Example
Text Example
White with #3F710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F710B; }
p { color: rgb(63,113,11); }
H1.HeaderClassName
{
color: #3F710B;
}
.AnyTagClassName
{
color: #3F710B;
}
</style>
background-color css
<style>
a { background-color: #3F710B; }
a { background-color: rgb(63,113,11); }
div.DivClassName
{
background-color: #3F710B;
}
.BgClassName
{
background-color: #3F710B;
}
</style>
border-color css
<style>
span { border-color: #3F710B; }
span { border-color: rgb(63,113,11); }
td.TdClassName
{
border-color: #3F710B;
}
.TagClassName
{
border-color: #3F710B;
}
</style>