Shades of Bilbao #3E7705
Tints of Bilbao #3E7705
RGB
CMYK
RGB Variations
Color information
#3E7705 (or 0x3E7705) is known color: Bilbao. HEX triplet: 3E, 77 and 05. RGB value is (62,119,5). Sum of RGB (Red+Green+Blue) = 62+119+5=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7705 is #C188FA. Grayscale: #595959. Windows color (decimal): -12683515 or 358206. OLE color: 358206.
HSL color Cylindrical-coordinate representation of color #3E7705: hue angle of 90º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E7705 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 5 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.53 |
| HSL | 90º | 0.92% | 0.24% | - |
| HSV(B) | 90º | 0.96% | 0.47% | - |
| XYZ | 8.61 | 14.23 | 2.44 | - |
| YUV | 88.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 5 | 0.48 | 0 | 0.96 | 0.53 | 90 | 0.92 | 0.24 |
| Hex | 3E | 77 | 5 | 30 | 0 | 60 | 35 | 5A | 5C | 18 |
| Octal | 76 | 167 | 5 | 60 | 0 | 140 | 65 | 132 | 134 | 30 |
| Binary | 111110 | 1110111 | 101 | 110000 | 0 | 1100000 | 110101 | 1011010 | 1011100 | 11000 |
Color Harmonies of #3E7705
Complementary color
Monochromatic Colors of #3E7705
Black with #3E7705
Text Example
Text Example
White with #3E7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7705; }
p { color: rgb(62,119,5); }
H1.HeaderClassName
{
color: #3E7705;
}
.AnyTagClassName
{
color: #3E7705;
}
</style>
background-color css
<style>
a { background-color: #3E7705; }
a { background-color: rgb(62,119,5); }
div.DivClassName
{
background-color: #3E7705;
}
.BgClassName
{
background-color: #3E7705;
}
</style>
border-color css
<style>
span { border-color: #3E7705; }
span { border-color: rgb(62,119,5); }
td.TdClassName
{
border-color: #3E7705;
}
.TagClassName
{
border-color: #3E7705;
}
</style>