Shades of Bilbao #3F860D
Tints of Bilbao #3F860D
RGB
CMYK
RGB Variations
Color information
#3F860D (or 0x3F860D) is known color: Bilbao. HEX triplet: 3F, 86 and 0D. RGB value is (63,134,13). Sum of RGB (Red+Green+Blue) = 63+134+13=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #3F860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F860D is #C079F2. Grayscale: #636363. Windows color (decimal): -12614131 or 886335. OLE color: 886335.
HSL color Cylindrical-coordinate representation of color #3F860D: hue angle of 95.21º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F860D is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 13 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.47 |
| HSL | 95.21º | 0.82% | 0.29% | - |
| HSV(B) | 95.21º | 0.9% | 0.53% | - |
| XYZ | 10.65 | 18.14 | 3.32 | - |
| YUV | 98.98 | 79.48 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 13 | 0.53 | 0 | 0.90 | 0.47 | 95.21 | 0.82 | 0.29 |
| Hex | 3F | 86 | D | 35 | 0 | 5A | 2F | 5F | 52 | 1D |
| Octal | 77 | 206 | 15 | 65 | 0 | 132 | 57 | 137 | 122 | 35 |
| Binary | 111111 | 10000110 | 1101 | 110101 | 0 | 1011010 | 101111 | 1011111 | 1010010 | 11101 |
Color Harmonies of #3F860D
Complementary color
Monochromatic Colors of #3F860D
Black with #3F860D
Text Example
Text Example
White with #3F860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F860D; }
p { color: rgb(63,134,13); }
H1.HeaderClassName
{
color: #3F860D;
}
.AnyTagClassName
{
color: #3F860D;
}
</style>
background-color css
<style>
a { background-color: #3F860D; }
a { background-color: rgb(63,134,13); }
div.DivClassName
{
background-color: #3F860D;
}
.BgClassName
{
background-color: #3F860D;
}
</style>
border-color css
<style>
span { border-color: #3F860D; }
span { border-color: rgb(63,134,13); }
td.TdClassName
{
border-color: #3F860D;
}
.TagClassName
{
border-color: #3F860D;
}
</style>