Shades of Bilbao #3F8016
Tints of Bilbao #3F8016
RGB
CMYK
RGB Variations
Color information
#3F8016 (or 0x3F8016) is known color: Bilbao. HEX triplet: 3F, 80 and 16. RGB value is (63,128,22). Sum of RGB (Red+Green+Blue) = 63+128+22=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #3F8016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8016 is #C07FE9. Grayscale: #606060. Windows color (decimal): -12615658 or 1474623. OLE color: 1474623.
HSL color Cylindrical-coordinate representation of color #3F8016: hue angle of 96.79º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F8016 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 22 | - |
| CMYK | 0.51 | 0 | 0.83 | 0.50 |
| HSL | 96.79º | 0.71% | 0.29% | - |
| HSV(B) | 96.79º | 0.83% | 0.5% | - |
| XYZ | 9.91 | 16.55 | 3.43 | - |
| YUV | 96.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 22 | 0.51 | 0 | 0.83 | 0.50 | 96.79 | 0.71 | 0.29 |
| Hex | 3F | 80 | 16 | 33 | 0 | 53 | 32 | 61 | 47 | 1D |
| Octal | 77 | 200 | 26 | 63 | 0 | 123 | 62 | 141 | 107 | 35 |
| Binary | 111111 | 10000000 | 10110 | 110011 | 0 | 1010011 | 110010 | 1100001 | 1000111 | 11101 |
Color Harmonies of #3F8016
Complementary color
Monochromatic Colors of #3F8016
Black with #3F8016
Text Example
Text Example
White with #3F8016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8016; }
p { color: rgb(63,128,22); }
H1.HeaderClassName
{
color: #3F8016;
}
.AnyTagClassName
{
color: #3F8016;
}
</style>
background-color css
<style>
a { background-color: #3F8016; }
a { background-color: rgb(63,128,22); }
div.DivClassName
{
background-color: #3F8016;
}
.BgClassName
{
background-color: #3F8016;
}
</style>
border-color css
<style>
span { border-color: #3F8016; }
span { border-color: rgb(63,128,22); }
td.TdClassName
{
border-color: #3F8016;
}
.TagClassName
{
border-color: #3F8016;
}
</style>