Shades of Bilbao #3E7122
Tints of Bilbao #3E7122
RGB
CMYK
RGB Variations
Color information
#3E7122 (or 0x3E7122) is known color: Bilbao. HEX triplet: 3E, 71 and 22. RGB value is (62,113,34). Sum of RGB (Red+Green+Blue) = 62+113+34=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7122 is #C18EDD. Grayscale: #595959. Windows color (decimal): -12685022 or 2257214. OLE color: 2257214.
HSL color Cylindrical-coordinate representation of color #3E7122: hue angle of 98.73º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E7122 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 34 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.56 |
| HSL | 98.73º | 0.54% | 0.29% | - |
| HSV(B) | 98.73º | 0.7% | 0.44% | - |
| XYZ | 8.18 | 12.95 | 3.58 | - |
| YUV | 88.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 34 | 0.45 | 0 | 0.70 | 0.56 | 98.73 | 0.54 | 0.29 |
| Hex | 3E | 71 | 22 | 2D | 0 | 46 | 38 | 63 | 36 | 1D |
| Octal | 76 | 161 | 42 | 55 | 0 | 106 | 70 | 143 | 66 | 35 |
| Binary | 111110 | 1110001 | 100010 | 101101 | 0 | 1000110 | 111000 | 1100011 | 110110 | 11101 |
Color Harmonies of #3E7122
Complementary color
Monochromatic Colors of #3E7122
Black with #3E7122
Text Example
Text Example
White with #3E7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7122; }
p { color: rgb(62,113,34); }
H1.HeaderClassName
{
color: #3E7122;
}
.AnyTagClassName
{
color: #3E7122;
}
</style>
background-color css
<style>
a { background-color: #3E7122; }
a { background-color: rgb(62,113,34); }
div.DivClassName
{
background-color: #3E7122;
}
.BgClassName
{
background-color: #3E7122;
}
</style>
border-color css
<style>
span { border-color: #3E7122; }
span { border-color: rgb(62,113,34); }
td.TdClassName
{
border-color: #3E7122;
}
.TagClassName
{
border-color: #3E7122;
}
</style>