Shades of Bilbao #3F841D
Tints of Bilbao #3F841D
RGB
CMYK
RGB Variations
Color information
#3F841D (or 0x3F841D) is known color: Bilbao. HEX triplet: 3F, 84 and 1D. RGB value is (63,132,29). Sum of RGB (Red+Green+Blue) = 63+132+29=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #3F841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F841D is #C07BE2. Grayscale: #636363. Windows color (decimal): -12614627 or 1934399. OLE color: 1934399.
HSL color Cylindrical-coordinate representation of color #3F841D: hue angle of 100.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F841D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 29 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.48 |
| HSL | 100.19º | 0.64% | 0.32% | - |
| HSV(B) | 100.19º | 0.78% | 0.52% | - |
| XYZ | 10.52 | 17.65 | 4.01 | - |
| YUV | 99.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 29 | 0.52 | 0 | 0.78 | 0.48 | 100.19 | 0.64 | 0.32 |
| Hex | 3F | 84 | 1D | 34 | 0 | 4E | 30 | 64 | 40 | 20 |
| Octal | 77 | 204 | 35 | 64 | 0 | 116 | 60 | 144 | 100 | 40 |
| Binary | 111111 | 10000100 | 11101 | 110100 | 0 | 1001110 | 110000 | 1100100 | 1000000 | 100000 |
Color Harmonies of #3F841D
Complementary color
Monochromatic Colors of #3F841D
Black with #3F841D
Text Example
Text Example
White with #3F841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F841D; }
p { color: rgb(63,132,29); }
H1.HeaderClassName
{
color: #3F841D;
}
.AnyTagClassName
{
color: #3F841D;
}
</style>
background-color css
<style>
a { background-color: #3F841D; }
a { background-color: rgb(63,132,29); }
div.DivClassName
{
background-color: #3F841D;
}
.BgClassName
{
background-color: #3F841D;
}
</style>
border-color css
<style>
span { border-color: #3F841D; }
span { border-color: rgb(63,132,29); }
td.TdClassName
{
border-color: #3F841D;
}
.TagClassName
{
border-color: #3F841D;
}
</style>