Shades of Bilbao #3E700D
Tints of Bilbao #3E700D
RGB
CMYK
RGB Variations
Color information
#3E700D (or 0x3E700D) is known color: Bilbao. HEX triplet: 3E, 70 and 0D. RGB value is (62,112,13). Sum of RGB (Red+Green+Blue) = 62+112+13=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #3E700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E700D is #C18FF2. Grayscale: #565656. Windows color (decimal): -12685299 or 880702. OLE color: 880702.
HSL color Cylindrical-coordinate representation of color #3E700D: hue angle of 90.3º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E700D is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 13 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.56 |
| HSL | 90.3º | 0.79% | 0.25% | - |
| HSV(B) | 90.3º | 0.88% | 0.44% | - |
| XYZ | 7.85 | 12.64 | 2.41 | - |
| YUV | 85.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 13 | 0.45 | 0 | 0.88 | 0.56 | 90.3 | 0.79 | 0.25 |
| Hex | 3E | 70 | D | 2D | 0 | 58 | 38 | 5A | 4F | 19 |
| Octal | 76 | 160 | 15 | 55 | 0 | 130 | 70 | 132 | 117 | 31 |
| Binary | 111110 | 1110000 | 1101 | 101101 | 0 | 1011000 | 111000 | 1011010 | 1001111 | 11001 |
Color Harmonies of #3E700D
Complementary color
Monochromatic Colors of #3E700D
Black with #3E700D
Text Example
Text Example
White with #3E700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E700D; }
p { color: rgb(62,112,13); }
H1.HeaderClassName
{
color: #3E700D;
}
.AnyTagClassName
{
color: #3E700D;
}
</style>
background-color css
<style>
a { background-color: #3E700D; }
a { background-color: rgb(62,112,13); }
div.DivClassName
{
background-color: #3E700D;
}
.BgClassName
{
background-color: #3E700D;
}
</style>
border-color css
<style>
span { border-color: #3E700D; }
span { border-color: rgb(62,112,13); }
td.TdClassName
{
border-color: #3E700D;
}
.TagClassName
{
border-color: #3E700D;
}
</style>