Shades of Bilbao #3F7913
Tints of Bilbao #3F7913
RGB
CMYK
RGB Variations
Color information
#3F7913 (or 0x3F7913) is known color: Bilbao. HEX triplet: 3F, 79 and 13. RGB value is (63,121,19). Sum of RGB (Red+Green+Blue) = 63+121+19=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7913 is #C086EC. Grayscale: #5C5C5C. Windows color (decimal): -12617453 or 1276223. OLE color: 1276223.
HSL color Cylindrical-coordinate representation of color #3F7913: hue angle of 94.12º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F7913 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 19 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.53 |
| HSL | 94.12º | 0.73% | 0.27% | - |
| HSV(B) | 94.12º | 0.84% | 0.47% | - |
| XYZ | 9 | 14.78 | 2.99 | - |
| YUV | 92.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 19 | 0.48 | 0 | 0.84 | 0.53 | 94.12 | 0.73 | 0.27 |
| Hex | 3F | 79 | 13 | 30 | 0 | 54 | 35 | 5E | 49 | 1B |
| Octal | 77 | 171 | 23 | 60 | 0 | 124 | 65 | 136 | 111 | 33 |
| Binary | 111111 | 1111001 | 10011 | 110000 | 0 | 1010100 | 110101 | 1011110 | 1001001 | 11011 |
Color Harmonies of #3F7913
Complementary color
Monochromatic Colors of #3F7913
Black with #3F7913
Text Example
Text Example
White with #3F7913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7913; }
p { color: rgb(63,121,19); }
H1.HeaderClassName
{
color: #3F7913;
}
.AnyTagClassName
{
color: #3F7913;
}
</style>
background-color css
<style>
a { background-color: #3F7913; }
a { background-color: rgb(63,121,19); }
div.DivClassName
{
background-color: #3F7913;
}
.BgClassName
{
background-color: #3F7913;
}
</style>
border-color css
<style>
span { border-color: #3F7913; }
span { border-color: rgb(63,121,19); }
td.TdClassName
{
border-color: #3F7913;
}
.TagClassName
{
border-color: #3F7913;
}
</style>