Shades of Bilbao #3F7915
Tints of Bilbao #3F7915
RGB
CMYK
RGB Variations
Color information
#3F7915 (or 0x3F7915) is known color: Bilbao. HEX triplet: 3F, 79 and 15. RGB value is (63,121,21). Sum of RGB (Red+Green+Blue) = 63+121+21=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7915 is #C086EA. Grayscale: #5C5C5C. Windows color (decimal): -12617451 or 1407295. OLE color: 1407295.
HSL color Cylindrical-coordinate representation of color #3F7915: hue angle of 94.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F7915 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 21 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.53 |
| HSL | 94.8º | 0.7% | 0.28% | - |
| HSV(B) | 94.8º | 0.83% | 0.47% | - |
| XYZ | 9.02 | 14.79 | 3.09 | - |
| YUV | 92.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 21 | 0.48 | 0 | 0.83 | 0.53 | 94.8 | 0.7 | 0.28 |
| Hex | 3F | 79 | 15 | 30 | 0 | 53 | 35 | 5F | 46 | 1C |
| Octal | 77 | 171 | 25 | 60 | 0 | 123 | 65 | 137 | 106 | 34 |
| Binary | 111111 | 1111001 | 10101 | 110000 | 0 | 1010011 | 110101 | 1011111 | 1000110 | 11100 |
Color Harmonies of #3F7915
Complementary color
Monochromatic Colors of #3F7915
Black with #3F7915
Text Example
Text Example
White with #3F7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7915; }
p { color: rgb(63,121,21); }
H1.HeaderClassName
{
color: #3F7915;
}
.AnyTagClassName
{
color: #3F7915;
}
</style>
background-color css
<style>
a { background-color: #3F7915; }
a { background-color: rgb(63,121,21); }
div.DivClassName
{
background-color: #3F7915;
}
.BgClassName
{
background-color: #3F7915;
}
</style>
border-color css
<style>
span { border-color: #3F7915; }
span { border-color: rgb(63,121,21); }
td.TdClassName
{
border-color: #3F7915;
}
.TagClassName
{
border-color: #3F7915;
}
</style>