Shades of Bilbao #3E7704
Tints of Bilbao #3E7704
RGB
CMYK
RGB Variations
Color information
#3E7704 (or 0x3E7704) is known color: Bilbao. HEX triplet: 3E, 77 and 04. RGB value is (62,119,4). Sum of RGB (Red+Green+Blue) = 62+119+4=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 119 (46.88% from 255 or 64.32% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7704 is #C188FB. Grayscale: #595959. Windows color (decimal): -12683516 or 292670. OLE color: 292670.
HSL color Cylindrical-coordinate representation of color #3E7704: hue angle of 89.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E7704 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 4 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.53 |
| HSL | 89.74º | 0.93% | 0.24% | - |
| HSV(B) | 89.74º | 0.97% | 0.47% | - |
| XYZ | 8.61 | 14.23 | 2.41 | - |
| YUV | 88.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 4 | 0.48 | 0 | 0.97 | 0.53 | 89.74 | 0.93 | 0.24 |
| Hex | 3E | 77 | 4 | 30 | 0 | 61 | 35 | 5A | 5D | 18 |
| Octal | 76 | 167 | 4 | 60 | 0 | 141 | 65 | 132 | 135 | 30 |
| Binary | 111110 | 1110111 | 100 | 110000 | 0 | 1100001 | 110101 | 1011010 | 1011101 | 11000 |
Color Harmonies of #3E7704
Complementary color
Monochromatic Colors of #3E7704
Black with #3E7704
Text Example
Text Example
White with #3E7704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7704; }
p { color: rgb(62,119,4); }
H1.HeaderClassName
{
color: #3E7704;
}
.AnyTagClassName
{
color: #3E7704;
}
</style>
background-color css
<style>
a { background-color: #3E7704; }
a { background-color: rgb(62,119,4); }
div.DivClassName
{
background-color: #3E7704;
}
.BgClassName
{
background-color: #3E7704;
}
</style>
border-color css
<style>
span { border-color: #3E7704; }
span { border-color: rgb(62,119,4); }
td.TdClassName
{
border-color: #3E7704;
}
.TagClassName
{
border-color: #3E7704;
}
</style>