Shades of Bilbao #3E7510
Tints of Bilbao #3E7510
RGB
CMYK
RGB Variations
Color information
#3E7510 (or 0x3E7510) is known color: Bilbao. HEX triplet: 3E, 75 and 10. RGB value is (62,117,16). Sum of RGB (Red+Green+Blue) = 62+117+16=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7510 is #C18AEF. Grayscale: #595959. Windows color (decimal): -12684016 or 1078590. OLE color: 1078590.
HSL color Cylindrical-coordinate representation of color #3E7510: hue angle of 92.67º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E7510 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 117 | 16 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.54 |
| HSL | 92.67º | 0.76% | 0.26% | - |
| HSV(B) | 92.67º | 0.86% | 0.46% | - |
| XYZ | 8.44 | 13.78 | 2.71 | - |
| YUV | 89.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 16 | 0.47 | 0 | 0.86 | 0.54 | 92.67 | 0.76 | 0.26 |
| Hex | 3E | 75 | 10 | 2F | 0 | 56 | 36 | 5D | 4C | 1A |
| Octal | 76 | 165 | 20 | 57 | 0 | 126 | 66 | 135 | 114 | 32 |
| Binary | 111110 | 1110101 | 10000 | 101111 | 0 | 1010110 | 110110 | 1011101 | 1001100 | 11010 |
Color Harmonies of #3E7510
Complementary color
Monochromatic Colors of #3E7510
Black with #3E7510
Text Example
Text Example
White with #3E7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7510; }
p { color: rgb(62,117,16); }
H1.HeaderClassName
{
color: #3E7510;
}
.AnyTagClassName
{
color: #3E7510;
}
</style>
background-color css
<style>
a { background-color: #3E7510; }
a { background-color: rgb(62,117,16); }
div.DivClassName
{
background-color: #3E7510;
}
.BgClassName
{
background-color: #3E7510;
}
</style>
border-color css
<style>
span { border-color: #3E7510; }
span { border-color: rgb(62,117,16); }
td.TdClassName
{
border-color: #3E7510;
}
.TagClassName
{
border-color: #3E7510;
}
</style>