Shades of Bilbao #3E7010
Tints of Bilbao #3E7010
RGB
CMYK
RGB Variations
Color information
#3E7010 (or 0x3E7010) is known color: Bilbao. HEX triplet: 3E, 70 and 10. RGB value is (62,112,16). Sum of RGB (Red+Green+Blue) = 62+112+16=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7010 is #C18FEF. Grayscale: #565656. Windows color (decimal): -12685296 or 1077310. OLE color: 1077310.
HSL color Cylindrical-coordinate representation of color #3E7010: hue angle of 91.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E7010 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 16 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.56 |
| HSL | 91.25º | 0.75% | 0.25% | - |
| HSV(B) | 91.25º | 0.86% | 0.44% | - |
| XYZ | 7.87 | 12.65 | 2.52 | - |
| YUV | 86.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 16 | 0.45 | 0 | 0.86 | 0.56 | 91.25 | 0.75 | 0.25 |
| Hex | 3E | 70 | 10 | 2D | 0 | 56 | 38 | 5B | 4B | 19 |
| Octal | 76 | 160 | 20 | 55 | 0 | 126 | 70 | 133 | 113 | 31 |
| Binary | 111110 | 1110000 | 10000 | 101101 | 0 | 1010110 | 111000 | 1011011 | 1001011 | 11001 |
Color Harmonies of #3E7010
Complementary color
Monochromatic Colors of #3E7010
Black with #3E7010
Text Example
Text Example
White with #3E7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7010; }
p { color: rgb(62,112,16); }
H1.HeaderClassName
{
color: #3E7010;
}
.AnyTagClassName
{
color: #3E7010;
}
</style>
background-color css
<style>
a { background-color: #3E7010; }
a { background-color: rgb(62,112,16); }
div.DivClassName
{
background-color: #3E7010;
}
.BgClassName
{
background-color: #3E7010;
}
</style>
border-color css
<style>
span { border-color: #3E7010; }
span { border-color: rgb(62,112,16); }
td.TdClassName
{
border-color: #3E7010;
}
.TagClassName
{
border-color: #3E7010;
}
</style>