Shades of Bilbao #3F821F
Tints of Bilbao #3F821F
RGB
CMYK
RGB Variations
Color information
#3F821F (or 0x3F821F) is known color: Bilbao. HEX triplet: 3F, 82 and 1F. RGB value is (63,130,31). Sum of RGB (Red+Green+Blue) = 63+130+31=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #3F821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F821F is #C07DE0. Grayscale: #636363. Windows color (decimal): -12615137 or 2064959. OLE color: 2064959.
HSL color Cylindrical-coordinate representation of color #3F821F: hue angle of 100.61º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F821F is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 31 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.49 |
| HSL | 100.61º | 0.61% | 0.32% | - |
| HSV(B) | 100.61º | 0.76% | 0.51% | - |
| XYZ | 10.28 | 17.12 | 4.06 | - |
| YUV | 98.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 31 | 0.52 | 0 | 0.76 | 0.49 | 100.61 | 0.61 | 0.32 |
| Hex | 3F | 82 | 1F | 34 | 0 | 4C | 31 | 65 | 3D | 20 |
| Octal | 77 | 202 | 37 | 64 | 0 | 114 | 61 | 145 | 75 | 40 |
| Binary | 111111 | 10000010 | 11111 | 110100 | 0 | 1001100 | 110001 | 1100101 | 111101 | 100000 |
Color Harmonies of #3F821F
Complementary color
Monochromatic Colors of #3F821F
Black with #3F821F
Text Example
Text Example
White with #3F821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F821F; }
p { color: rgb(63,130,31); }
H1.HeaderClassName
{
color: #3F821F;
}
.AnyTagClassName
{
color: #3F821F;
}
</style>
background-color css
<style>
a { background-color: #3F821F; }
a { background-color: rgb(63,130,31); }
div.DivClassName
{
background-color: #3F821F;
}
.BgClassName
{
background-color: #3F821F;
}
</style>
border-color css
<style>
span { border-color: #3F821F; }
span { border-color: rgb(63,130,31); }
td.TdClassName
{
border-color: #3F821F;
}
.TagClassName
{
border-color: #3F821F;
}
</style>