Shades of Bilbao #3E7206
Tints of Bilbao #3E7206
RGB
CMYK
RGB Variations
Color information
#3E7206 (or 0x3E7206) is known color: Bilbao. HEX triplet: 3E, 72 and 06. RGB value is (62,114,6). Sum of RGB (Red+Green+Blue) = 62+114+6=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #3E7206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7206 is #C18DF9. Grayscale: #565656. Windows color (decimal): -12684794 or 422462. OLE color: 422462.
HSL color Cylindrical-coordinate representation of color #3E7206: hue angle of 88.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E7206 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 6 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.55 |
| HSL | 88.89º | 0.9% | 0.24% | - |
| HSV(B) | 88.89º | 0.95% | 0.45% | - |
| XYZ | 8.04 | 13.07 | 2.27 | - |
| YUV | 86.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 6 | 0.46 | 0 | 0.95 | 0.55 | 88.89 | 0.9 | 0.24 |
| Hex | 3E | 72 | 6 | 2E | 0 | 5F | 37 | 59 | 5A | 18 |
| Octal | 76 | 162 | 6 | 56 | 0 | 137 | 67 | 131 | 132 | 30 |
| Binary | 111110 | 1110010 | 110 | 101110 | 0 | 1011111 | 110111 | 1011001 | 1011010 | 11000 |
Color Harmonies of #3E7206
Complementary color
Monochromatic Colors of #3E7206
Black with #3E7206
Text Example
Text Example
White with #3E7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7206; }
p { color: rgb(62,114,6); }
H1.HeaderClassName
{
color: #3E7206;
}
.AnyTagClassName
{
color: #3E7206;
}
</style>
background-color css
<style>
a { background-color: #3E7206; }
a { background-color: rgb(62,114,6); }
div.DivClassName
{
background-color: #3E7206;
}
.BgClassName
{
background-color: #3E7206;
}
</style>
border-color css
<style>
span { border-color: #3E7206; }
span { border-color: rgb(62,114,6); }
td.TdClassName
{
border-color: #3E7206;
}
.TagClassName
{
border-color: #3E7206;
}
</style>