Shades of Bilbao #3F7127
Tints of Bilbao #3F7127
RGB
CMYK
RGB Variations
Color information
#3F7127 (or 0x3F7127) is known color: Bilbao. HEX triplet: 3F, 71 and 27. RGB value is (63,113,39). Sum of RGB (Red+Green+Blue) = 63+113+39=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7127 is #C08ED8. Grayscale: #595959. Windows color (decimal): -12619481 or 2584895. OLE color: 2584895.
HSL color Cylindrical-coordinate representation of color #3F7127: hue angle of 100.54º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F7127 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 39 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.56 |
| HSL | 100.54º | 0.49% | 0.3% | - |
| HSV(B) | 100.54º | 0.65% | 0.44% | - |
| XYZ | 8.32 | 13.01 | 3.99 | - |
| YUV | 89.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 39 | 0.44 | 0 | 0.65 | 0.56 | 100.54 | 0.49 | 0.3 |
| Hex | 3F | 71 | 27 | 2C | 0 | 41 | 38 | 65 | 31 | 1E |
| Octal | 77 | 161 | 47 | 54 | 0 | 101 | 70 | 145 | 61 | 36 |
| Binary | 111111 | 1110001 | 100111 | 101100 | 0 | 1000001 | 111000 | 1100101 | 110001 | 11110 |
Color Harmonies of #3F7127
Complementary color
Monochromatic Colors of #3F7127
Black with #3F7127
Text Example
Text Example
White with #3F7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7127; }
p { color: rgb(63,113,39); }
H1.HeaderClassName
{
color: #3F7127;
}
.AnyTagClassName
{
color: #3F7127;
}
</style>
background-color css
<style>
a { background-color: #3F7127; }
a { background-color: rgb(63,113,39); }
div.DivClassName
{
background-color: #3F7127;
}
.BgClassName
{
background-color: #3F7127;
}
</style>
border-color css
<style>
span { border-color: #3F7127; }
span { border-color: rgb(63,113,39); }
td.TdClassName
{
border-color: #3F7127;
}
.TagClassName
{
border-color: #3F7127;
}
</style>