Shades of Bilbao #3F802C
Tints of Bilbao #3F802C
RGB
CMYK
RGB Variations
Color information
#3F802C (or 0x3F802C) is known color: Bilbao. HEX triplet: 3F, 80 and 2C. RGB value is (63,128,44). Sum of RGB (Red+Green+Blue) = 63+128+44=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #3F802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F802C is #C07FD3. Grayscale: #636363. Windows color (decimal): -12615636 or 2916415. OLE color: 2916415.
HSL color Cylindrical-coordinate representation of color #3F802C: hue angle of 106.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F802C is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 44 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.50 |
| HSL | 106.43º | 0.49% | 0.34% | - |
| HSV(B) | 106.43º | 0.66% | 0.5% | - |
| XYZ | 10.22 | 16.68 | 5.06 | - |
| YUV | 98.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 44 | 0.51 | 0 | 0.66 | 0.50 | 106.43 | 0.49 | 0.34 |
| Hex | 3F | 80 | 2C | 33 | 0 | 42 | 32 | 6A | 31 | 22 |
| Octal | 77 | 200 | 54 | 63 | 0 | 102 | 62 | 152 | 61 | 42 |
| Binary | 111111 | 10000000 | 101100 | 110011 | 0 | 1000010 | 110010 | 1101010 | 110001 | 100010 |
Color Harmonies of #3F802C
Complementary color
Monochromatic Colors of #3F802C
Black with #3F802C
Text Example
Text Example
White with #3F802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F802C; }
p { color: rgb(63,128,44); }
H1.HeaderClassName
{
color: #3F802C;
}
.AnyTagClassName
{
color: #3F802C;
}
</style>
background-color css
<style>
a { background-color: #3F802C; }
a { background-color: rgb(63,128,44); }
div.DivClassName
{
background-color: #3F802C;
}
.BgClassName
{
background-color: #3F802C;
}
</style>
border-color css
<style>
span { border-color: #3F802C; }
span { border-color: rgb(63,128,44); }
td.TdClassName
{
border-color: #3F802C;
}
.TagClassName
{
border-color: #3F802C;
}
</style>