Shades of Bilbao #3E710B
Tints of Bilbao #3E710B
RGB
CMYK
RGB Variations
Color information
#3E710B (or 0x3E710B) is known color: Bilbao. HEX triplet: 3E, 71 and 0B. RGB value is (62,113,11). Sum of RGB (Red+Green+Blue) = 62+113+11=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #3E710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E710B is #C18EF4. Grayscale: #565656. Windows color (decimal): -12685045 or 749886. OLE color: 749886.
HSL color Cylindrical-coordinate representation of color #3E710B: hue angle of 90º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E710B is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 11 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.56 |
| HSL | 90º | 0.82% | 0.24% | - |
| HSV(B) | 90º | 0.9% | 0.44% | - |
| XYZ | 7.95 | 12.86 | 2.38 | - |
| YUV | 86.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 11 | 0.45 | 0 | 0.90 | 0.56 | 90 | 0.82 | 0.24 |
| Hex | 3E | 71 | B | 2D | 0 | 5A | 38 | 5A | 52 | 18 |
| Octal | 76 | 161 | 13 | 55 | 0 | 132 | 70 | 132 | 122 | 30 |
| Binary | 111110 | 1110001 | 1011 | 101101 | 0 | 1011010 | 111000 | 1011010 | 1010010 | 11000 |
Color Harmonies of #3E710B
Complementary color
Monochromatic Colors of #3E710B
Black with #3E710B
Text Example
Text Example
White with #3E710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E710B; }
p { color: rgb(62,113,11); }
H1.HeaderClassName
{
color: #3E710B;
}
.AnyTagClassName
{
color: #3E710B;
}
</style>
background-color css
<style>
a { background-color: #3E710B; }
a { background-color: rgb(62,113,11); }
div.DivClassName
{
background-color: #3E710B;
}
.BgClassName
{
background-color: #3E710B;
}
</style>
border-color css
<style>
span { border-color: #3E710B; }
span { border-color: rgb(62,113,11); }
td.TdClassName
{
border-color: #3E710B;
}
.TagClassName
{
border-color: #3E710B;
}
</style>