Shades of Bilbao #3F802E
Tints of Bilbao #3F802E
RGB
CMYK
RGB Variations
Color information
#3F802E (or 0x3F802E) is known color: Bilbao. HEX triplet: 3F, 80 and 2E. RGB value is (63,128,46). Sum of RGB (Red+Green+Blue) = 63+128+46=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #3F802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F802E is #C07FD1. Grayscale: #636363. Windows color (decimal): -12615634 or 3047487. OLE color: 3047487.
HSL color Cylindrical-coordinate representation of color #3F802E: hue angle of 107.56º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F802E is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 46 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.50 |
| HSL | 107.56º | 0.47% | 0.34% | - |
| HSV(B) | 107.56º | 0.64% | 0.5% | - |
| XYZ | 10.26 | 16.69 | 5.27 | - |
| YUV | 99.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 46 | 0.51 | 0 | 0.64 | 0.50 | 107.56 | 0.47 | 0.34 |
| Hex | 3F | 80 | 2E | 33 | 0 | 40 | 32 | 6C | 2F | 22 |
| Octal | 77 | 200 | 56 | 63 | 0 | 100 | 62 | 154 | 57 | 42 |
| Binary | 111111 | 10000000 | 101110 | 110011 | 0 | 1000000 | 110010 | 1101100 | 101111 | 100010 |
Color Harmonies of #3F802E
Complementary color
Monochromatic Colors of #3F802E
Black with #3F802E
Text Example
Text Example
White with #3F802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F802E; }
p { color: rgb(63,128,46); }
H1.HeaderClassName
{
color: #3F802E;
}
.AnyTagClassName
{
color: #3F802E;
}
</style>
background-color css
<style>
a { background-color: #3F802E; }
a { background-color: rgb(63,128,46); }
div.DivClassName
{
background-color: #3F802E;
}
.BgClassName
{
background-color: #3F802E;
}
</style>
border-color css
<style>
span { border-color: #3F802E; }
span { border-color: rgb(63,128,46); }
td.TdClassName
{
border-color: #3F802E;
}
.TagClassName
{
border-color: #3F802E;
}
</style>