Shades of Bilbao #3E710D
Tints of Bilbao #3E710D
RGB
CMYK
RGB Variations
Color information
#3E710D (or 0x3E710D) is known color: Bilbao. HEX triplet: 3E, 71 and 0D. RGB value is (62,113,13). Sum of RGB (Red+Green+Blue) = 62+113+13=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #3E710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E710D is #C18EF2. Grayscale: #565656. Windows color (decimal): -12685043 or 880958. OLE color: 880958.
HSL color Cylindrical-coordinate representation of color #3E710D: hue angle of 90.6º degrees, saturation: 0.79, 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 #3E710D is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 13 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.56 |
| HSL | 90.6º | 0.79% | 0.25% | - |
| HSV(B) | 90.6º | 0.88% | 0.44% | - |
| XYZ | 7.96 | 12.86 | 2.44 | - |
| YUV | 86.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 13 | 0.45 | 0 | 0.88 | 0.56 | 90.6 | 0.79 | 0.25 |
| Hex | 3E | 71 | D | 2D | 0 | 58 | 38 | 5B | 4F | 19 |
| Octal | 76 | 161 | 15 | 55 | 0 | 130 | 70 | 133 | 117 | 31 |
| Binary | 111110 | 1110001 | 1101 | 101101 | 0 | 1011000 | 111000 | 1011011 | 1001111 | 11001 |
Color Harmonies of #3E710D
Complementary color
Monochromatic Colors of #3E710D
Black with #3E710D
Text Example
Text Example
White with #3E710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E710D; }
p { color: rgb(62,113,13); }
H1.HeaderClassName
{
color: #3E710D;
}
.AnyTagClassName
{
color: #3E710D;
}
</style>
background-color css
<style>
a { background-color: #3E710D; }
a { background-color: rgb(62,113,13); }
div.DivClassName
{
background-color: #3E710D;
}
.BgClassName
{
background-color: #3E710D;
}
</style>
border-color css
<style>
span { border-color: #3E710D; }
span { border-color: rgb(62,113,13); }
td.TdClassName
{
border-color: #3E710D;
}
.TagClassName
{
border-color: #3E710D;
}
</style>