Shades of Bilbao #3E740E
Tints of Bilbao #3E740E
RGB
CMYK
RGB Variations
Color information
#3E740E (or 0x3E740E) is known color: Bilbao. HEX triplet: 3E, 74 and 0E. RGB value is (62,116,14). Sum of RGB (Red+Green+Blue) = 62+116+14=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #3E740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E740E is #C18BF1. Grayscale: #585858. Windows color (decimal): -12684274 or 947262. OLE color: 947262.
HSL color Cylindrical-coordinate representation of color #3E740E: hue angle of 91.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E740E is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 14 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.55 |
| HSL | 91.76º | 0.78% | 0.25% | - |
| HSV(B) | 91.76º | 0.88% | 0.45% | - |
| XYZ | 8.31 | 13.55 | 2.59 | - |
| YUV | 88.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 14 | 0.47 | 0 | 0.88 | 0.55 | 91.76 | 0.78 | 0.25 |
| Hex | 3E | 74 | E | 2F | 0 | 58 | 37 | 5C | 4E | 19 |
| Octal | 76 | 164 | 16 | 57 | 0 | 130 | 67 | 134 | 116 | 31 |
| Binary | 111110 | 1110100 | 1110 | 101111 | 0 | 1011000 | 110111 | 1011100 | 1001110 | 11001 |
Color Harmonies of #3E740E
Complementary color
Monochromatic Colors of #3E740E
Black with #3E740E
Text Example
Text Example
White with #3E740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E740E; }
p { color: rgb(62,116,14); }
H1.HeaderClassName
{
color: #3E740E;
}
.AnyTagClassName
{
color: #3E740E;
}
</style>
background-color css
<style>
a { background-color: #3E740E; }
a { background-color: rgb(62,116,14); }
div.DivClassName
{
background-color: #3E740E;
}
.BgClassName
{
background-color: #3E740E;
}
</style>
border-color css
<style>
span { border-color: #3E740E; }
span { border-color: rgb(62,116,14); }
td.TdClassName
{
border-color: #3E740E;
}
.TagClassName
{
border-color: #3E740E;
}
</style>