Shades of Bilbao #3F8411
Tints of Bilbao #3F8411
RGB
CMYK
RGB Variations
Color information
#3F8411 (or 0x3F8411) is known color: Bilbao. HEX triplet: 3F, 84 and 11. RGB value is (63,132,17). Sum of RGB (Red+Green+Blue) = 63+132+17=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8411 is #C07BEE. Grayscale: #626262. Windows color (decimal): -12614639 or 1147967. OLE color: 1147967.
HSL color Cylindrical-coordinate representation of color #3F8411: hue angle of 96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F8411 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 17 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.48 |
| HSL | 96º | 0.77% | 0.29% | - |
| HSV(B) | 96º | 0.87% | 0.52% | - |
| XYZ | 10.4 | 17.6 | 3.38 | - |
| YUV | 98.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 17 | 0.52 | 0 | 0.87 | 0.48 | 96 | 0.77 | 0.29 |
| Hex | 3F | 84 | 11 | 34 | 0 | 57 | 30 | 60 | 4D | 1D |
| Octal | 77 | 204 | 21 | 64 | 0 | 127 | 60 | 140 | 115 | 35 |
| Binary | 111111 | 10000100 | 10001 | 110100 | 0 | 1010111 | 110000 | 1100000 | 1001101 | 11101 |
Color Harmonies of #3F8411
Complementary color
Monochromatic Colors of #3F8411
Black with #3F8411
Text Example
Text Example
White with #3F8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8411; }
p { color: rgb(63,132,17); }
H1.HeaderClassName
{
color: #3F8411;
}
.AnyTagClassName
{
color: #3F8411;
}
</style>
background-color css
<style>
a { background-color: #3F8411; }
a { background-color: rgb(63,132,17); }
div.DivClassName
{
background-color: #3F8411;
}
.BgClassName
{
background-color: #3F8411;
}
</style>
border-color css
<style>
span { border-color: #3F8411; }
span { border-color: rgb(63,132,17); }
td.TdClassName
{
border-color: #3F8411;
}
.TagClassName
{
border-color: #3F8411;
}
</style>