Shades of Bilbao #3E8906
Tints of Bilbao #3E8906
RGB
CMYK
RGB Variations
Color information
#3E8906 (or 0x3E8906) is known color: Bilbao. HEX triplet: 3E, 89 and 06. RGB value is (62,137,6). Sum of RGB (Red+Green+Blue) = 62+137+6=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #3E8906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8906 is #C176F9. Grayscale: #646464. Windows color (decimal): -12678906 or 428350. OLE color: 428350.
HSL color Cylindrical-coordinate representation of color #3E8906: hue angle of 94.35º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E8906 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 6 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.46 |
| HSL | 94.35º | 0.92% | 0.28% | - |
| HSV(B) | 94.35º | 0.96% | 0.54% | - |
| XYZ | 10.97 | 18.93 | 3.25 | - |
| YUV | 99.64 | 75.15 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 6 | 0.55 | 0 | 0.96 | 0.46 | 94.35 | 0.92 | 0.28 |
| Hex | 3E | 89 | 6 | 37 | 0 | 60 | 2E | 5E | 5C | 1C |
| Octal | 76 | 211 | 6 | 67 | 0 | 140 | 56 | 136 | 134 | 34 |
| Binary | 111110 | 10001001 | 110 | 110111 | 0 | 1100000 | 101110 | 1011110 | 1011100 | 11100 |
Color Harmonies of #3E8906
Complementary color
Monochromatic Colors of #3E8906
Black with #3E8906
Text Example
Text Example
White with #3E8906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8906; }
p { color: rgb(62,137,6); }
H1.HeaderClassName
{
color: #3E8906;
}
.AnyTagClassName
{
color: #3E8906;
}
</style>
background-color css
<style>
a { background-color: #3E8906; }
a { background-color: rgb(62,137,6); }
div.DivClassName
{
background-color: #3E8906;
}
.BgClassName
{
background-color: #3E8906;
}
</style>
border-color css
<style>
span { border-color: #3E8906; }
span { border-color: rgb(62,137,6); }
td.TdClassName
{
border-color: #3E8906;
}
.TagClassName
{
border-color: #3E8906;
}
</style>