Shades of Bilbao #3F8210
Tints of Bilbao #3F8210
RGB
CMYK
RGB Variations
Color information
#3F8210 (or 0x3F8210) is known color: Bilbao. HEX triplet: 3F, 82 and 10. RGB value is (63,130,16). Sum of RGB (Red+Green+Blue) = 63+130+16=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8210 is #C07DEF. Grayscale: #616161. Windows color (decimal): -12615152 or 1081919. OLE color: 1081919.
HSL color Cylindrical-coordinate representation of color #3F8210: hue angle of 95.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F8210 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 16 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.49 |
| HSL | 95.26º | 0.78% | 0.29% | - |
| HSV(B) | 95.26º | 0.88% | 0.51% | - |
| XYZ | 10.13 | 17.06 | 3.25 | - |
| YUV | 96.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 16 | 0.52 | 0 | 0.88 | 0.49 | 95.26 | 0.78 | 0.29 |
| Hex | 3F | 82 | 10 | 34 | 0 | 58 | 31 | 5F | 4E | 1D |
| Octal | 77 | 202 | 20 | 64 | 0 | 130 | 61 | 137 | 116 | 35 |
| Binary | 111111 | 10000010 | 10000 | 110100 | 0 | 1011000 | 110001 | 1011111 | 1001110 | 11101 |
Color Harmonies of #3F8210
Complementary color
Monochromatic Colors of #3F8210
Black with #3F8210
Text Example
Text Example
White with #3F8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8210; }
p { color: rgb(63,130,16); }
H1.HeaderClassName
{
color: #3F8210;
}
.AnyTagClassName
{
color: #3F8210;
}
</style>
background-color css
<style>
a { background-color: #3F8210; }
a { background-color: rgb(63,130,16); }
div.DivClassName
{
background-color: #3F8210;
}
.BgClassName
{
background-color: #3F8210;
}
</style>
border-color css
<style>
span { border-color: #3F8210; }
span { border-color: rgb(63,130,16); }
td.TdClassName
{
border-color: #3F8210;
}
.TagClassName
{
border-color: #3F8210;
}
</style>