Shades of Bilbao #3E6E11
Tints of Bilbao #3E6E11
RGB
CMYK
RGB Variations
Color information
#3E6E11 (or 0x3E6E11) is known color: Bilbao. HEX triplet: 3E, 6E and 11. RGB value is (62,110,17). Sum of RGB (Red+Green+Blue) = 62+110+17=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6E11 is #C191EE. Grayscale: #555555. Windows color (decimal): -12685807 or 1142334. OLE color: 1142334.
HSL color Cylindrical-coordinate representation of color #3E6E11: hue angle of 90.97º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E6E11 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 110 | 17 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.57 |
| HSL | 90.97º | 0.73% | 0.25% | - |
| HSV(B) | 90.97º | 0.85% | 0.43% | - |
| XYZ | 7.66 | 12.22 | 2.48 | - |
| YUV | 85.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 17 | 0.44 | 0 | 0.85 | 0.57 | 90.97 | 0.73 | 0.25 |
| Hex | 3E | 6E | 11 | 2C | 0 | 55 | 39 | 5B | 49 | 19 |
| Octal | 76 | 156 | 21 | 54 | 0 | 125 | 71 | 133 | 111 | 31 |
| Binary | 111110 | 1101110 | 10001 | 101100 | 0 | 1010101 | 111001 | 1011011 | 1001001 | 11001 |
Color Harmonies of #3E6E11
Complementary color
Monochromatic Colors of #3E6E11
Black with #3E6E11
Text Example
Text Example
White with #3E6E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E11; }
p { color: rgb(62,110,17); }
H1.HeaderClassName
{
color: #3E6E11;
}
.AnyTagClassName
{
color: #3E6E11;
}
</style>
background-color css
<style>
a { background-color: #3E6E11; }
a { background-color: rgb(62,110,17); }
div.DivClassName
{
background-color: #3E6E11;
}
.BgClassName
{
background-color: #3E6E11;
}
</style>
border-color css
<style>
span { border-color: #3E6E11; }
span { border-color: rgb(62,110,17); }
td.TdClassName
{
border-color: #3E6E11;
}
.TagClassName
{
border-color: #3E6E11;
}
</style>