Shades of Bilbao #3E740D
Tints of Bilbao #3E740D
RGB
CMYK
RGB Variations
Color information
#3E740D (or 0x3E740D) is known color: Bilbao. HEX triplet: 3E, 74 and 0D. RGB value is (62,116,13). Sum of RGB (Red+Green+Blue) = 62+116+13=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #3E740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E740D is #C18BF2. Grayscale: #585858. Windows color (decimal): -12684275 or 881726. OLE color: 881726.
HSL color Cylindrical-coordinate representation of color #3E740D: hue angle of 91.46º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E740D is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 13 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.55 |
| HSL | 91.46º | 0.8% | 0.25% | - |
| HSV(B) | 91.46º | 0.89% | 0.45% | - |
| XYZ | 8.3 | 13.54 | 2.56 | - |
| YUV | 88.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 13 | 0.47 | 0 | 0.89 | 0.55 | 91.46 | 0.8 | 0.25 |
| Hex | 3E | 74 | D | 2F | 0 | 59 | 37 | 5B | 50 | 19 |
| Octal | 76 | 164 | 15 | 57 | 0 | 131 | 67 | 133 | 120 | 31 |
| Binary | 111110 | 1110100 | 1101 | 101111 | 0 | 1011001 | 110111 | 1011011 | 1010000 | 11001 |
Color Harmonies of #3E740D
Complementary color
Monochromatic Colors of #3E740D
Black with #3E740D
Text Example
Text Example
White with #3E740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E740D; }
p { color: rgb(62,116,13); }
H1.HeaderClassName
{
color: #3E740D;
}
.AnyTagClassName
{
color: #3E740D;
}
</style>
background-color css
<style>
a { background-color: #3E740D; }
a { background-color: rgb(62,116,13); }
div.DivClassName
{
background-color: #3E740D;
}
.BgClassName
{
background-color: #3E740D;
}
</style>
border-color css
<style>
span { border-color: #3E740D; }
span { border-color: rgb(62,116,13); }
td.TdClassName
{
border-color: #3E740D;
}
.TagClassName
{
border-color: #3E740D;
}
</style>