Shades of Bilbao #3F712D
Tints of Bilbao #3F712D
RGB
CMYK
RGB Variations
Color information
#3F712D (or 0x3F712D) is known color: Bilbao. HEX triplet: 3F, 71 and 2D. RGB value is (63,113,45). Sum of RGB (Red+Green+Blue) = 63+113+45=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #3F712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F712D is #C08ED2. Grayscale: #5A5A5A. Windows color (decimal): -12619475 or 2978111. OLE color: 2978111.
HSL color Cylindrical-coordinate representation of color #3F712D: hue angle of 104.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F712D is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 45 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.56 |
| HSL | 104.12º | 0.43% | 0.31% | - |
| HSV(B) | 104.12º | 0.6% | 0.44% | - |
| XYZ | 8.43 | 13.06 | 4.56 | - |
| YUV | 90.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 45 | 0.44 | 0 | 0.60 | 0.56 | 104.12 | 0.43 | 0.31 |
| Hex | 3F | 71 | 2D | 2C | 0 | 3C | 38 | 68 | 2B | 1F |
| Octal | 77 | 161 | 55 | 54 | 0 | 74 | 70 | 150 | 53 | 37 |
| Binary | 111111 | 1110001 | 101101 | 101100 | 0 | 111100 | 111000 | 1101000 | 101011 | 11111 |
Color Harmonies of #3F712D
Complementary color
Monochromatic Colors of #3F712D
Black with #3F712D
Text Example
Text Example
White with #3F712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F712D; }
p { color: rgb(63,113,45); }
H1.HeaderClassName
{
color: #3F712D;
}
.AnyTagClassName
{
color: #3F712D;
}
</style>
background-color css
<style>
a { background-color: #3F712D; }
a { background-color: rgb(63,113,45); }
div.DivClassName
{
background-color: #3F712D;
}
.BgClassName
{
background-color: #3F712D;
}
</style>
border-color css
<style>
span { border-color: #3F712D; }
span { border-color: rgb(63,113,45); }
td.TdClassName
{
border-color: #3F712D;
}
.TagClassName
{
border-color: #3F712D;
}
</style>