Shades of Bilbao #3F8716
Tints of Bilbao #3F8716
RGB
CMYK
RGB Variations
Color information
#3F8716 (or 0x3F8716) is known color: Bilbao. HEX triplet: 3F, 87 and 16. RGB value is (63,135,22). Sum of RGB (Red+Green+Blue) = 63+135+22=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8716 is #C078E9. Grayscale: #646464. Windows color (decimal): -12613866 or 1476415. OLE color: 1476415.
HSL color Cylindrical-coordinate representation of color #3F8716: hue angle of 98.23º 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 #3F8716 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 22 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.47 |
| HSL | 98.23º | 0.72% | 0.31% | - |
| HSV(B) | 98.23º | 0.84% | 0.53% | - |
| XYZ | 10.86 | 18.44 | 3.75 | - |
| YUV | 100.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 22 | 0.53 | 0 | 0.84 | 0.47 | 98.23 | 0.72 | 0.31 |
| Hex | 3F | 87 | 16 | 35 | 0 | 54 | 2F | 62 | 48 | 1F |
| Octal | 77 | 207 | 26 | 65 | 0 | 124 | 57 | 142 | 110 | 37 |
| Binary | 111111 | 10000111 | 10110 | 110101 | 0 | 1010100 | 101111 | 1100010 | 1001000 | 11111 |
Color Harmonies of #3F8716
Complementary color
Monochromatic Colors of #3F8716
Black with #3F8716
Text Example
Text Example
White with #3F8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8716; }
p { color: rgb(63,135,22); }
H1.HeaderClassName
{
color: #3F8716;
}
.AnyTagClassName
{
color: #3F8716;
}
</style>
background-color css
<style>
a { background-color: #3F8716; }
a { background-color: rgb(63,135,22); }
div.DivClassName
{
background-color: #3F8716;
}
.BgClassName
{
background-color: #3F8716;
}
</style>
border-color css
<style>
span { border-color: #3F8716; }
span { border-color: rgb(63,135,22); }
td.TdClassName
{
border-color: #3F8716;
}
.TagClassName
{
border-color: #3F8716;
}
</style>