Shades of Bilbao #3F7410
Tints of Bilbao #3F7410
RGB
CMYK
RGB Variations
Color information
#3F7410 (or 0x3F7410) is known color: Bilbao. HEX triplet: 3F, 74 and 10. RGB value is (63,116,16). Sum of RGB (Red+Green+Blue) = 63+116+16=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7410 is #C08BEF. Grayscale: #595959. Windows color (decimal): -12618736 or 1078335. OLE color: 1078335.
HSL color Cylindrical-coordinate representation of color #3F7410: hue angle of 91.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F7410 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 16 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.55 |
| HSL | 91.8º | 0.76% | 0.26% | - |
| HSV(B) | 91.8º | 0.86% | 0.45% | - |
| XYZ | 8.39 | 13.58 | 2.67 | - |
| YUV | 88.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 16 | 0.46 | 0 | 0.86 | 0.55 | 91.8 | 0.76 | 0.26 |
| Hex | 3F | 74 | 10 | 2E | 0 | 56 | 37 | 5C | 4C | 1A |
| Octal | 77 | 164 | 20 | 56 | 0 | 126 | 67 | 134 | 114 | 32 |
| Binary | 111111 | 1110100 | 10000 | 101110 | 0 | 1010110 | 110111 | 1011100 | 1001100 | 11010 |
Color Harmonies of #3F7410
Complementary color
Monochromatic Colors of #3F7410
Black with #3F7410
Text Example
Text Example
White with #3F7410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7410; }
p { color: rgb(63,116,16); }
H1.HeaderClassName
{
color: #3F7410;
}
.AnyTagClassName
{
color: #3F7410;
}
</style>
background-color css
<style>
a { background-color: #3F7410; }
a { background-color: rgb(63,116,16); }
div.DivClassName
{
background-color: #3F7410;
}
.BgClassName
{
background-color: #3F7410;
}
</style>
border-color css
<style>
span { border-color: #3F7410; }
span { border-color: rgb(63,116,16); }
td.TdClassName
{
border-color: #3F7410;
}
.TagClassName
{
border-color: #3F7410;
}
</style>