Shades of Bilbao #3E740C
Tints of Bilbao #3E740C
RGB
CMYK
RGB Variations
Color information
#3E740C (or 0x3E740C) is known color: Bilbao. HEX triplet: 3E, 74 and 0C. RGB value is (62,116,12). Sum of RGB (Red+Green+Blue) = 62+116+12=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #3E740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E740C is #C18BF3. Grayscale: #585858. Windows color (decimal): -12684276 or 816190. OLE color: 816190.
HSL color Cylindrical-coordinate representation of color #3E740C: hue angle of 91.15º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E740C is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 12 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.55 |
| HSL | 91.15º | 0.81% | 0.25% | - |
| HSV(B) | 91.15º | 0.9% | 0.45% | - |
| XYZ | 8.3 | 13.54 | 2.52 | - |
| YUV | 88 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 12 | 0.47 | 0 | 0.90 | 0.55 | 91.15 | 0.81 | 0.25 |
| Hex | 3E | 74 | C | 2F | 0 | 5A | 37 | 5B | 51 | 19 |
| Octal | 76 | 164 | 14 | 57 | 0 | 132 | 67 | 133 | 121 | 31 |
| Binary | 111110 | 1110100 | 1100 | 101111 | 0 | 1011010 | 110111 | 1011011 | 1010001 | 11001 |
Color Harmonies of #3E740C
Complementary color
Monochromatic Colors of #3E740C
Black with #3E740C
Text Example
Text Example
White with #3E740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E740C; }
p { color: rgb(62,116,12); }
H1.HeaderClassName
{
color: #3E740C;
}
.AnyTagClassName
{
color: #3E740C;
}
</style>
background-color css
<style>
a { background-color: #3E740C; }
a { background-color: rgb(62,116,12); }
div.DivClassName
{
background-color: #3E740C;
}
.BgClassName
{
background-color: #3E740C;
}
</style>
border-color css
<style>
span { border-color: #3E740C; }
span { border-color: rgb(62,116,12); }
td.TdClassName
{
border-color: #3E740C;
}
.TagClassName
{
border-color: #3E740C;
}
</style>