Shades of Bilbao #3F7014
Tints of Bilbao #3F7014
RGB
CMYK
RGB Variations
Color information
#3F7014 (or 0x3F7014) is known color: Bilbao. HEX triplet: 3F, 70 and 14. RGB value is (63,112,20). Sum of RGB (Red+Green+Blue) = 63+112+20=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7014 is #C08FEB. Grayscale: #575757. Windows color (decimal): -12619756 or 1339455. OLE color: 1339455.
HSL color Cylindrical-coordinate representation of color #3F7014: hue angle of 91.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F7014 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 20 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.56 |
| HSL | 91.96º | 0.7% | 0.26% | - |
| HSV(B) | 91.96º | 0.82% | 0.44% | - |
| XYZ | 7.97 | 12.7 | 2.69 | - |
| YUV | 86.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 20 | 0.44 | 0 | 0.82 | 0.56 | 91.96 | 0.7 | 0.26 |
| Hex | 3F | 70 | 14 | 2C | 0 | 52 | 38 | 5C | 46 | 1A |
| Octal | 77 | 160 | 24 | 54 | 0 | 122 | 70 | 134 | 106 | 32 |
| Binary | 111111 | 1110000 | 10100 | 101100 | 0 | 1010010 | 111000 | 1011100 | 1000110 | 11010 |
Color Harmonies of #3F7014
Complementary color
Monochromatic Colors of #3F7014
Black with #3F7014
Text Example
Text Example
White with #3F7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7014; }
p { color: rgb(63,112,20); }
H1.HeaderClassName
{
color: #3F7014;
}
.AnyTagClassName
{
color: #3F7014;
}
</style>
background-color css
<style>
a { background-color: #3F7014; }
a { background-color: rgb(63,112,20); }
div.DivClassName
{
background-color: #3F7014;
}
.BgClassName
{
background-color: #3F7014;
}
</style>
border-color css
<style>
span { border-color: #3F7014; }
span { border-color: rgb(63,112,20); }
td.TdClassName
{
border-color: #3F7014;
}
.TagClassName
{
border-color: #3F7014;
}
</style>