Shades of Bilbao #3E7608
Tints of Bilbao #3E7608
RGB
CMYK
RGB Variations
Color information
#3E7608 (or 0x3E7608) is known color: Bilbao. HEX triplet: 3E, 76 and 08. RGB value is (62,118,8). Sum of RGB (Red+Green+Blue) = 62+118+8=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7608 is #C189F7. Grayscale: #595959. Windows color (decimal): -12683768 or 554558. OLE color: 554558.
HSL color Cylindrical-coordinate representation of color #3E7608: hue angle of 90.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E7608 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 8 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.54 |
| HSL | 90.55º | 0.87% | 0.25% | - |
| HSV(B) | 90.55º | 0.93% | 0.46% | - |
| XYZ | 8.51 | 14 | 2.48 | - |
| YUV | 88.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 8 | 0.47 | 0 | 0.93 | 0.54 | 90.55 | 0.87 | 0.25 |
| Hex | 3E | 76 | 8 | 2F | 0 | 5D | 36 | 5B | 57 | 19 |
| Octal | 76 | 166 | 10 | 57 | 0 | 135 | 66 | 133 | 127 | 31 |
| Binary | 111110 | 1110110 | 1000 | 101111 | 0 | 1011101 | 110110 | 1011011 | 1010111 | 11001 |
Color Harmonies of #3E7608
Complementary color
Monochromatic Colors of #3E7608
Black with #3E7608
Text Example
Text Example
White with #3E7608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7608; }
p { color: rgb(62,118,8); }
H1.HeaderClassName
{
color: #3E7608;
}
.AnyTagClassName
{
color: #3E7608;
}
</style>
background-color css
<style>
a { background-color: #3E7608; }
a { background-color: rgb(62,118,8); }
div.DivClassName
{
background-color: #3E7608;
}
.BgClassName
{
background-color: #3E7608;
}
</style>
border-color css
<style>
span { border-color: #3E7608; }
span { border-color: rgb(62,118,8); }
td.TdClassName
{
border-color: #3E7608;
}
.TagClassName
{
border-color: #3E7608;
}
</style>