Shades of Bilbao #3E7112
Tints of Bilbao #3E7112
RGB
CMYK
RGB Variations
Color information
#3E7112 (or 0x3E7112) is known color: Bilbao. HEX triplet: 3E, 71 and 12. RGB value is (62,113,18). Sum of RGB (Red+Green+Blue) = 62+113+18=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7112 is #C18EED. Grayscale: #575757. Windows color (decimal): -12685038 or 1208638. OLE color: 1208638.
HSL color Cylindrical-coordinate representation of color #3E7112: hue angle of 92.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E7112 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 18 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.56 |
| HSL | 92.21º | 0.73% | 0.26% | - |
| HSV(B) | 92.21º | 0.84% | 0.44% | - |
| XYZ | 8 | 12.88 | 2.64 | - |
| YUV | 86.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 18 | 0.45 | 0 | 0.84 | 0.56 | 92.21 | 0.73 | 0.26 |
| Hex | 3E | 71 | 12 | 2D | 0 | 54 | 38 | 5C | 49 | 1A |
| Octal | 76 | 161 | 22 | 55 | 0 | 124 | 70 | 134 | 111 | 32 |
| Binary | 111110 | 1110001 | 10010 | 101101 | 0 | 1010100 | 111000 | 1011100 | 1001001 | 11010 |
Color Harmonies of #3E7112
Complementary color
Monochromatic Colors of #3E7112
Black with #3E7112
Text Example
Text Example
White with #3E7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7112; }
p { color: rgb(62,113,18); }
H1.HeaderClassName
{
color: #3E7112;
}
.AnyTagClassName
{
color: #3E7112;
}
</style>
background-color css
<style>
a { background-color: #3E7112; }
a { background-color: rgb(62,113,18); }
div.DivClassName
{
background-color: #3E7112;
}
.BgClassName
{
background-color: #3E7112;
}
</style>
border-color css
<style>
span { border-color: #3E7112; }
span { border-color: rgb(62,113,18); }
td.TdClassName
{
border-color: #3E7112;
}
.TagClassName
{
border-color: #3E7112;
}
</style>