Shades of Bilbao #3F8000
Tints of Bilbao #3F8000
RGB
CMYK
RGB Variations
Color information
#3F8000 (or 0x3F8000) is known color: Bilbao. HEX triplet: 3F, 80 and 00. RGB value is (63,128,0). Sum of RGB (Red+Green+Blue) = 63+128+0=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 128 (50.39% from 255 or 67.02% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 128 - color contains mainly: green. Hex color #3F8000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8000 is #C07FFF. Grayscale: #5E5E5E. Windows color (decimal): -12615680 or 32831. OLE color: 32831.
HSL color Cylindrical-coordinate representation of color #3F8000: hue angle of 90.47º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F8000 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.50 |
| HSL | 90.47º | 1% | 0.25% | - |
| HSV(B) | 90.47º | 1% | 0.5% | - |
| XYZ | 9.77 | 16.5 | 2.67 | - |
| YUV | 93.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 0 | 0.51 | 0 | 1 | 0.50 | 90.47 | 1 | 0.25 |
| Hex | 3F | 80 | 0 | 33 | 0 | 64 | 32 | 5A | 64 | 19 |
| Octal | 77 | 200 | 0 | 63 | 0 | 144 | 62 | 132 | 144 | 31 |
| Binary | 111111 | 10000000 | 0 | 110011 | 0 | 1100100 | 110010 | 1011010 | 1100100 | 11001 |
Color Harmonies of #3F8000
Complementary color
Monochromatic Colors of #3F8000
Black with #3F8000
Text Example
Text Example
White with #3F8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8000; }
p { color: rgb(63,128,0); }
H1.HeaderClassName
{
color: #3F8000;
}
.AnyTagClassName
{
color: #3F8000;
}
</style>
background-color css
<style>
a { background-color: #3F8000; }
a { background-color: rgb(63,128,0); }
div.DivClassName
{
background-color: #3F8000;
}
.BgClassName
{
background-color: #3F8000;
}
</style>
border-color css
<style>
span { border-color: #3F8000; }
span { border-color: rgb(63,128,0); }
td.TdClassName
{
border-color: #3F8000;
}
.TagClassName
{
border-color: #3F8000;
}
</style>