Shades of Bilbao #3E7124
Tints of Bilbao #3E7124
RGB
CMYK
RGB Variations
Color information
#3E7124 (or 0x3E7124) is known color: Bilbao. HEX triplet: 3E, 71 and 24. RGB value is (62,113,36). Sum of RGB (Red+Green+Blue) = 62+113+36=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7124 is #C18EDB. Grayscale: #595959. Windows color (decimal): -12685020 or 2388286. OLE color: 2388286.
HSL color Cylindrical-coordinate representation of color #3E7124: hue angle of 99.74º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E7124 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 36 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.56 |
| HSL | 99.74º | 0.52% | 0.29% | - |
| HSV(B) | 99.74º | 0.68% | 0.44% | - |
| XYZ | 8.21 | 12.96 | 3.74 | - |
| YUV | 88.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 36 | 0.45 | 0 | 0.68 | 0.56 | 99.74 | 0.52 | 0.29 |
| Hex | 3E | 71 | 24 | 2D | 0 | 44 | 38 | 64 | 34 | 1D |
| Octal | 76 | 161 | 44 | 55 | 0 | 104 | 70 | 144 | 64 | 35 |
| Binary | 111110 | 1110001 | 100100 | 101101 | 0 | 1000100 | 111000 | 1100100 | 110100 | 11101 |
Color Harmonies of #3E7124
Complementary color
Monochromatic Colors of #3E7124
Black with #3E7124
Text Example
Text Example
White with #3E7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7124; }
p { color: rgb(62,113,36); }
H1.HeaderClassName
{
color: #3E7124;
}
.AnyTagClassName
{
color: #3E7124;
}
</style>
background-color css
<style>
a { background-color: #3E7124; }
a { background-color: rgb(62,113,36); }
div.DivClassName
{
background-color: #3E7124;
}
.BgClassName
{
background-color: #3E7124;
}
</style>
border-color css
<style>
span { border-color: #3E7124; }
span { border-color: rgb(62,113,36); }
td.TdClassName
{
border-color: #3E7124;
}
.TagClassName
{
border-color: #3E7124;
}
</style>