Shades of Bilbao #3E6E13
Tints of Bilbao #3E6E13
RGB
CMYK
RGB Variations
Color information
#3E6E13 (or 0x3E6E13) is known color: Bilbao. HEX triplet: 3E, 6E and 13. RGB value is (62,110,19). Sum of RGB (Red+Green+Blue) = 62+110+19=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6E13 is #C191EC. Grayscale: #555555. Windows color (decimal): -12685805 or 1273406. OLE color: 1273406.
HSL color Cylindrical-coordinate representation of color #3E6E13: hue angle of 91.65º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E6E13 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 110 | 19 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.57 |
| HSL | 91.65º | 0.71% | 0.25% | - |
| HSV(B) | 91.65º | 0.83% | 0.43% | - |
| XYZ | 7.68 | 12.22 | 2.57 | - |
| YUV | 85.27 | 90.6 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 19 | 0.44 | 0 | 0.83 | 0.57 | 91.65 | 0.71 | 0.25 |
| Hex | 3E | 6E | 13 | 2C | 0 | 53 | 39 | 5C | 47 | 19 |
| Octal | 76 | 156 | 23 | 54 | 0 | 123 | 71 | 134 | 107 | 31 |
| Binary | 111110 | 1101110 | 10011 | 101100 | 0 | 1010011 | 111001 | 1011100 | 1000111 | 11001 |
Color Harmonies of #3E6E13
Complementary color
Monochromatic Colors of #3E6E13
Black with #3E6E13
Text Example
Text Example
White with #3E6E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E13; }
p { color: rgb(62,110,19); }
H1.HeaderClassName
{
color: #3E6E13;
}
.AnyTagClassName
{
color: #3E6E13;
}
</style>
background-color css
<style>
a { background-color: #3E6E13; }
a { background-color: rgb(62,110,19); }
div.DivClassName
{
background-color: #3E6E13;
}
.BgClassName
{
background-color: #3E6E13;
}
</style>
border-color css
<style>
span { border-color: #3E6E13; }
span { border-color: rgb(62,110,19); }
td.TdClassName
{
border-color: #3E6E13;
}
.TagClassName
{
border-color: #3E6E13;
}
</style>