Shades of Bilbao #3E7126
Tints of Bilbao #3E7126
RGB
CMYK
RGB Variations
Color information
#3E7126 (or 0x3E7126) is known color: Bilbao. HEX triplet: 3E, 71 and 26. RGB value is (62,113,38). Sum of RGB (Red+Green+Blue) = 62+113+38=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7126 is #C18ED9. Grayscale: #595959. Windows color (decimal): -12685018 or 2519358. OLE color: 2519358.
HSL color Cylindrical-coordinate representation of color #3E7126: hue angle of 100.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E7126 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 38 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.56 |
| HSL | 100.8º | 0.5% | 0.3% | - |
| HSV(B) | 100.8º | 0.66% | 0.44% | - |
| XYZ | 8.24 | 12.97 | 3.9 | - |
| YUV | 89.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 38 | 0.45 | 0 | 0.66 | 0.56 | 100.8 | 0.5 | 0.3 |
| Hex | 3E | 71 | 26 | 2D | 0 | 42 | 38 | 65 | 32 | 1E |
| Octal | 76 | 161 | 46 | 55 | 0 | 102 | 70 | 145 | 62 | 36 |
| Binary | 111110 | 1110001 | 100110 | 101101 | 0 | 1000010 | 111000 | 1100101 | 110010 | 11110 |
Color Harmonies of #3E7126
Complementary color
Monochromatic Colors of #3E7126
Black with #3E7126
Text Example
Text Example
White with #3E7126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7126; }
p { color: rgb(62,113,38); }
H1.HeaderClassName
{
color: #3E7126;
}
.AnyTagClassName
{
color: #3E7126;
}
</style>
background-color css
<style>
a { background-color: #3E7126; }
a { background-color: rgb(62,113,38); }
div.DivClassName
{
background-color: #3E7126;
}
.BgClassName
{
background-color: #3E7126;
}
</style>
border-color css
<style>
span { border-color: #3E7126; }
span { border-color: rgb(62,113,38); }
td.TdClassName
{
border-color: #3E7126;
}
.TagClassName
{
border-color: #3E7126;
}
</style>