Shades of Bilbao #3E702A
Tints of Bilbao #3E702A
RGB
CMYK
RGB Variations
Color information
#3E702A (or 0x3E702A) is known color: Bilbao. HEX triplet: 3E, 70 and 2A. RGB value is (62,112,42). Sum of RGB (Red+Green+Blue) = 62+112+42=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #3E702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E702A is #C18FD5. Grayscale: #595959. Windows color (decimal): -12685270 or 2781246. OLE color: 2781246.
HSL color Cylindrical-coordinate representation of color #3E702A: hue angle of 102.86º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E702A is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 42 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.56 |
| HSL | 102.86º | 0.45% | 0.3% | - |
| HSV(B) | 102.86º | 0.63% | 0.44% | - |
| XYZ | 8.2 | 12.78 | 4.23 | - |
| YUV | 89.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 42 | 0.45 | 0 | 0.62 | 0.56 | 102.86 | 0.45 | 0.3 |
| Hex | 3E | 70 | 2A | 2D | 0 | 3E | 38 | 67 | 2D | 1E |
| Octal | 76 | 160 | 52 | 55 | 0 | 76 | 70 | 147 | 55 | 36 |
| Binary | 111110 | 1110000 | 101010 | 101101 | 0 | 111110 | 111000 | 1100111 | 101101 | 11110 |
Color Harmonies of #3E702A
Complementary color
Monochromatic Colors of #3E702A
Black with #3E702A
Text Example
Text Example
White with #3E702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E702A; }
p { color: rgb(62,112,42); }
H1.HeaderClassName
{
color: #3E702A;
}
.AnyTagClassName
{
color: #3E702A;
}
</style>
background-color css
<style>
a { background-color: #3E702A; }
a { background-color: rgb(62,112,42); }
div.DivClassName
{
background-color: #3E702A;
}
.BgClassName
{
background-color: #3E702A;
}
</style>
border-color css
<style>
span { border-color: #3E702A; }
span { border-color: rgb(62,112,42); }
td.TdClassName
{
border-color: #3E702A;
}
.TagClassName
{
border-color: #3E702A;
}
</style>