Shades of Bilbao #3E7411
Tints of Bilbao #3E7411
RGB
CMYK
RGB Variations
Color information
#3E7411 (or 0x3E7411) is known color: Bilbao. HEX triplet: 3E, 74 and 11. RGB value is (62,116,17). Sum of RGB (Red+Green+Blue) = 62+116+17=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7411 is #C18BEE. Grayscale: #585858. Windows color (decimal): -12684271 or 1143870. OLE color: 1143870.
HSL color Cylindrical-coordinate representation of color #3E7411: hue angle of 92.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E7411 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 17 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.55 |
| HSL | 92.73º | 0.74% | 0.26% | - |
| HSV(B) | 92.73º | 0.85% | 0.45% | - |
| XYZ | 8.33 | 13.56 | 2.71 | - |
| YUV | 88.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 17 | 0.47 | 0 | 0.85 | 0.55 | 92.73 | 0.74 | 0.26 |
| Hex | 3E | 74 | 11 | 2F | 0 | 55 | 37 | 5D | 4A | 1A |
| Octal | 76 | 164 | 21 | 57 | 0 | 125 | 67 | 135 | 112 | 32 |
| Binary | 111110 | 1110100 | 10001 | 101111 | 0 | 1010101 | 110111 | 1011101 | 1001010 | 11010 |
Color Harmonies of #3E7411
Complementary color
Monochromatic Colors of #3E7411
Black with #3E7411
Text Example
Text Example
White with #3E7411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7411; }
p { color: rgb(62,116,17); }
H1.HeaderClassName
{
color: #3E7411;
}
.AnyTagClassName
{
color: #3E7411;
}
</style>
background-color css
<style>
a { background-color: #3E7411; }
a { background-color: rgb(62,116,17); }
div.DivClassName
{
background-color: #3E7411;
}
.BgClassName
{
background-color: #3E7411;
}
</style>
border-color css
<style>
span { border-color: #3E7411; }
span { border-color: rgb(62,116,17); }
td.TdClassName
{
border-color: #3E7411;
}
.TagClassName
{
border-color: #3E7411;
}
</style>