Shades of Bilbao #3F8913
Tints of Bilbao #3F8913
RGB
CMYK
RGB Variations
Color information
#3F8913 (or 0x3F8913) is known color: Bilbao. HEX triplet: 3F, 89 and 13. RGB value is (63,137,19). Sum of RGB (Red+Green+Blue) = 63+137+19=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8913 is #C076EC. Grayscale: #656565. Windows color (decimal): -12613357 or 1280319. OLE color: 1280319.
HSL color Cylindrical-coordinate representation of color #3F8913: hue angle of 97.63º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F8913 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 19 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.46 |
| HSL | 97.63º | 0.76% | 0.31% | - |
| HSV(B) | 97.63º | 0.86% | 0.54% | - |
| XYZ | 11.11 | 19 | 3.7 | - |
| YUV | 101.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 19 | 0.54 | 0 | 0.86 | 0.46 | 97.63 | 0.76 | 0.31 |
| Hex | 3F | 89 | 13 | 36 | 0 | 56 | 2E | 62 | 4C | 1F |
| Octal | 77 | 211 | 23 | 66 | 0 | 126 | 56 | 142 | 114 | 37 |
| Binary | 111111 | 10001001 | 10011 | 110110 | 0 | 1010110 | 101110 | 1100010 | 1001100 | 11111 |
Color Harmonies of #3F8913
Complementary color
Monochromatic Colors of #3F8913
Black with #3F8913
Text Example
Text Example
White with #3F8913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8913; }
p { color: rgb(63,137,19); }
H1.HeaderClassName
{
color: #3F8913;
}
.AnyTagClassName
{
color: #3F8913;
}
</style>
background-color css
<style>
a { background-color: #3F8913; }
a { background-color: rgb(63,137,19); }
div.DivClassName
{
background-color: #3F8913;
}
.BgClassName
{
background-color: #3F8913;
}
</style>
border-color css
<style>
span { border-color: #3F8913; }
span { border-color: rgb(63,137,19); }
td.TdClassName
{
border-color: #3F8913;
}
.TagClassName
{
border-color: #3F8913;
}
</style>