Shades of Bilbao #3F870E
Tints of Bilbao #3F870E
RGB
CMYK
RGB Variations
Color information
#3F870E (or 0x3F870E) is known color: Bilbao. HEX triplet: 3F, 87 and 0E. RGB value is (63,135,14). Sum of RGB (Red+Green+Blue) = 63+135+14=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #3F870E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F870E is #C078F1. Grayscale: #646464. Windows color (decimal): -12613874 or 952127. OLE color: 952127.
HSL color Cylindrical-coordinate representation of color #3F870E: hue angle of 95.7º degrees, saturation: 0.81, 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 #3F870E is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 14 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.47 |
| HSL | 95.7º | 0.81% | 0.29% | - |
| HSV(B) | 95.7º | 0.9% | 0.53% | - |
| XYZ | 10.79 | 18.42 | 3.4 | - |
| YUV | 99.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 14 | 0.53 | 0 | 0.90 | 0.47 | 95.7 | 0.81 | 0.29 |
| Hex | 3F | 87 | E | 35 | 0 | 5A | 2F | 60 | 51 | 1D |
| Octal | 77 | 207 | 16 | 65 | 0 | 132 | 57 | 140 | 121 | 35 |
| Binary | 111111 | 10000111 | 1110 | 110101 | 0 | 1011010 | 101111 | 1100000 | 1010001 | 11101 |
Color Harmonies of #3F870E
Complementary color
Monochromatic Colors of #3F870E
Black with #3F870E
Text Example
Text Example
White with #3F870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F870E; }
p { color: rgb(63,135,14); }
H1.HeaderClassName
{
color: #3F870E;
}
.AnyTagClassName
{
color: #3F870E;
}
</style>
background-color css
<style>
a { background-color: #3F870E; }
a { background-color: rgb(63,135,14); }
div.DivClassName
{
background-color: #3F870E;
}
.BgClassName
{
background-color: #3F870E;
}
</style>
border-color css
<style>
span { border-color: #3F870E; }
span { border-color: rgb(63,135,14); }
td.TdClassName
{
border-color: #3F870E;
}
.TagClassName
{
border-color: #3F870E;
}
</style>