Shades of Bilbao #3E700B
Tints of Bilbao #3E700B
RGB
CMYK
RGB Variations
Color information
#3E700B (or 0x3E700B) is known color: Bilbao. HEX triplet: 3E, 70 and 0B. RGB value is (62,112,11). Sum of RGB (Red+Green+Blue) = 62+112+11=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #3E700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E700B is #C18FF4. Grayscale: #555555. Windows color (decimal): -12685301 or 749630. OLE color: 749630.
HSL color Cylindrical-coordinate representation of color #3E700B: hue angle of 89.7º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E700B is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 11 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.56 |
| HSL | 89.7º | 0.82% | 0.24% | - |
| HSV(B) | 89.7º | 0.9% | 0.44% | - |
| XYZ | 7.84 | 12.64 | 2.34 | - |
| YUV | 85.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 11 | 0.45 | 0 | 0.90 | 0.56 | 89.7 | 0.82 | 0.24 |
| Hex | 3E | 70 | B | 2D | 0 | 5A | 38 | 5A | 52 | 18 |
| Octal | 76 | 160 | 13 | 55 | 0 | 132 | 70 | 132 | 122 | 30 |
| Binary | 111110 | 1110000 | 1011 | 101101 | 0 | 1011010 | 111000 | 1011010 | 1010010 | 11000 |
Color Harmonies of #3E700B
Complementary color
Monochromatic Colors of #3E700B
Black with #3E700B
Text Example
Text Example
White with #3E700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E700B; }
p { color: rgb(62,112,11); }
H1.HeaderClassName
{
color: #3E700B;
}
.AnyTagClassName
{
color: #3E700B;
}
</style>
background-color css
<style>
a { background-color: #3E700B; }
a { background-color: rgb(62,112,11); }
div.DivClassName
{
background-color: #3E700B;
}
.BgClassName
{
background-color: #3E700B;
}
</style>
border-color css
<style>
span { border-color: #3E700B; }
span { border-color: rgb(62,112,11); }
td.TdClassName
{
border-color: #3E700B;
}
.TagClassName
{
border-color: #3E700B;
}
</style>