Shades of Bilbao #3F8816
Tints of Bilbao #3F8816
RGB
CMYK
RGB Variations
Color information
#3F8816 (or 0x3F8816) is known color: Bilbao. HEX triplet: 3F, 88 and 16. RGB value is (63,136,22). Sum of RGB (Red+Green+Blue) = 63+136+22=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8816 is #C077E9. Grayscale: #656565. Windows color (decimal): -12613610 or 1476671. OLE color: 1476671.
HSL color Cylindrical-coordinate representation of color #3F8816: hue angle of 98.42º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F8816 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 22 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.47 |
| HSL | 98.42º | 0.72% | 0.31% | - |
| HSV(B) | 98.42º | 0.84% | 0.53% | - |
| XYZ | 11 | 18.72 | 3.79 | - |
| YUV | 101.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 22 | 0.54 | 0 | 0.84 | 0.47 | 98.42 | 0.72 | 0.31 |
| Hex | 3F | 88 | 16 | 36 | 0 | 54 | 2F | 62 | 48 | 1F |
| Octal | 77 | 210 | 26 | 66 | 0 | 124 | 57 | 142 | 110 | 37 |
| Binary | 111111 | 10001000 | 10110 | 110110 | 0 | 1010100 | 101111 | 1100010 | 1001000 | 11111 |
Color Harmonies of #3F8816
Complementary color
Monochromatic Colors of #3F8816
Black with #3F8816
Text Example
Text Example
White with #3F8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8816; }
p { color: rgb(63,136,22); }
H1.HeaderClassName
{
color: #3F8816;
}
.AnyTagClassName
{
color: #3F8816;
}
</style>
background-color css
<style>
a { background-color: #3F8816; }
a { background-color: rgb(63,136,22); }
div.DivClassName
{
background-color: #3F8816;
}
.BgClassName
{
background-color: #3F8816;
}
</style>
border-color css
<style>
span { border-color: #3F8816; }
span { border-color: rgb(63,136,22); }
td.TdClassName
{
border-color: #3F8816;
}
.TagClassName
{
border-color: #3F8816;
}
</style>