Shades of Bilbao #3E710E
Tints of Bilbao #3E710E
RGB
CMYK
RGB Variations
Color information
#3E710E (or 0x3E710E) is known color: Bilbao. HEX triplet: 3E, 71 and 0E. RGB value is (62,113,14). Sum of RGB (Red+Green+Blue) = 62+113+14=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #3E710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E710E is #C18EF1. Grayscale: #565656. Windows color (decimal): -12685042 or 946494. OLE color: 946494.
HSL color Cylindrical-coordinate representation of color #3E710E: hue angle of 90.91º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E710E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 14 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.56 |
| HSL | 90.91º | 0.78% | 0.25% | - |
| HSV(B) | 90.91º | 0.88% | 0.44% | - |
| XYZ | 7.97 | 12.87 | 2.48 | - |
| YUV | 86.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 14 | 0.45 | 0 | 0.88 | 0.56 | 90.91 | 0.78 | 0.25 |
| Hex | 3E | 71 | E | 2D | 0 | 58 | 38 | 5B | 4E | 19 |
| Octal | 76 | 161 | 16 | 55 | 0 | 130 | 70 | 133 | 116 | 31 |
| Binary | 111110 | 1110001 | 1110 | 101101 | 0 | 1011000 | 111000 | 1011011 | 1001110 | 11001 |
Color Harmonies of #3E710E
Complementary color
Monochromatic Colors of #3E710E
Black with #3E710E
Text Example
Text Example
White with #3E710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E710E; }
p { color: rgb(62,113,14); }
H1.HeaderClassName
{
color: #3E710E;
}
.AnyTagClassName
{
color: #3E710E;
}
</style>
background-color css
<style>
a { background-color: #3E710E; }
a { background-color: rgb(62,113,14); }
div.DivClassName
{
background-color: #3E710E;
}
.BgClassName
{
background-color: #3E710E;
}
</style>
border-color css
<style>
span { border-color: #3E710E; }
span { border-color: rgb(62,113,14); }
td.TdClassName
{
border-color: #3E710E;
}
.TagClassName
{
border-color: #3E710E;
}
</style>