Shades of Bilbao #3F7510
Tints of Bilbao #3F7510
RGB
CMYK
RGB Variations
Color information
#3F7510 (or 0x3F7510) is known color: Bilbao. HEX triplet: 3F, 75 and 10. RGB value is (63,117,16). Sum of RGB (Red+Green+Blue) = 63+117+16=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7510 is #C08AEF. Grayscale: #595959. Windows color (decimal): -12618480 or 1078591. OLE color: 1078591.
HSL color Cylindrical-coordinate representation of color #3F7510: hue angle of 92.08º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F7510 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 16 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.54 |
| HSL | 92.08º | 0.76% | 0.26% | - |
| HSV(B) | 92.08º | 0.86% | 0.46% | - |
| XYZ | 8.5 | 13.82 | 2.71 | - |
| YUV | 89.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 16 | 0.46 | 0 | 0.86 | 0.54 | 92.08 | 0.76 | 0.26 |
| Hex | 3F | 75 | 10 | 2E | 0 | 56 | 36 | 5C | 4C | 1A |
| Octal | 77 | 165 | 20 | 56 | 0 | 126 | 66 | 134 | 114 | 32 |
| Binary | 111111 | 1110101 | 10000 | 101110 | 0 | 1010110 | 110110 | 1011100 | 1001100 | 11010 |
Color Harmonies of #3F7510
Complementary color
Monochromatic Colors of #3F7510
Black with #3F7510
Text Example
Text Example
White with #3F7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7510; }
p { color: rgb(63,117,16); }
H1.HeaderClassName
{
color: #3F7510;
}
.AnyTagClassName
{
color: #3F7510;
}
</style>
background-color css
<style>
a { background-color: #3F7510; }
a { background-color: rgb(63,117,16); }
div.DivClassName
{
background-color: #3F7510;
}
.BgClassName
{
background-color: #3F7510;
}
</style>
border-color css
<style>
span { border-color: #3F7510; }
span { border-color: rgb(63,117,16); }
td.TdClassName
{
border-color: #3F7510;
}
.TagClassName
{
border-color: #3F7510;
}
</style>