Shades of Bilbao #3F700D
Tints of Bilbao #3F700D
RGB
CMYK
RGB Variations
Color information
#3F700D (or 0x3F700D) is known color: Bilbao. HEX triplet: 3F, 70 and 0D. RGB value is (63,112,13). Sum of RGB (Red+Green+Blue) = 63+112+13=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #3F700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F700D is #C08FF2. Grayscale: #565656. Windows color (decimal): -12619763 or 880703. OLE color: 880703.
HSL color Cylindrical-coordinate representation of color #3F700D: hue angle of 89.7º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F700D is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 13 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.56 |
| HSL | 89.7º | 0.79% | 0.25% | - |
| HSV(B) | 89.7º | 0.88% | 0.44% | - |
| XYZ | 7.92 | 12.67 | 2.41 | - |
| YUV | 86.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 13 | 0.44 | 0 | 0.88 | 0.56 | 89.7 | 0.79 | 0.25 |
| Hex | 3F | 70 | D | 2C | 0 | 58 | 38 | 5A | 4F | 19 |
| Octal | 77 | 160 | 15 | 54 | 0 | 130 | 70 | 132 | 117 | 31 |
| Binary | 111111 | 1110000 | 1101 | 101100 | 0 | 1011000 | 111000 | 1011010 | 1001111 | 11001 |
Color Harmonies of #3F700D
Complementary color
Monochromatic Colors of #3F700D
Black with #3F700D
Text Example
Text Example
White with #3F700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F700D; }
p { color: rgb(63,112,13); }
H1.HeaderClassName
{
color: #3F700D;
}
.AnyTagClassName
{
color: #3F700D;
}
</style>
background-color css
<style>
a { background-color: #3F700D; }
a { background-color: rgb(63,112,13); }
div.DivClassName
{
background-color: #3F700D;
}
.BgClassName
{
background-color: #3F700D;
}
</style>
border-color css
<style>
span { border-color: #3F700D; }
span { border-color: rgb(63,112,13); }
td.TdClassName
{
border-color: #3F700D;
}
.TagClassName
{
border-color: #3F700D;
}
</style>