Shades of Bilbao #3E711A
Tints of Bilbao #3E711A
RGB
CMYK
RGB Variations
Color information
#3E711A (or 0x3E711A) is known color: Bilbao. HEX triplet: 3E, 71 and 1A. RGB value is (62,113,26). Sum of RGB (Red+Green+Blue) = 62+113+26=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #3E711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E711A is #C18EE5. Grayscale: #585858. Windows color (decimal): -12685030 or 1732926. OLE color: 1732926.
HSL color Cylindrical-coordinate representation of color #3E711A: hue angle of 95.17º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E711A is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 26 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.56 |
| HSL | 95.17º | 0.63% | 0.27% | - |
| HSV(B) | 95.17º | 0.77% | 0.44% | - |
| XYZ | 8.08 | 12.91 | 3.04 | - |
| YUV | 87.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 26 | 0.45 | 0 | 0.77 | 0.56 | 95.17 | 0.63 | 0.27 |
| Hex | 3E | 71 | 1A | 2D | 0 | 4D | 38 | 5F | 3F | 1B |
| Octal | 76 | 161 | 32 | 55 | 0 | 115 | 70 | 137 | 77 | 33 |
| Binary | 111110 | 1110001 | 11010 | 101101 | 0 | 1001101 | 111000 | 1011111 | 111111 | 11011 |
Color Harmonies of #3E711A
Complementary color
Monochromatic Colors of #3E711A
Black with #3E711A
Text Example
Text Example
White with #3E711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E711A; }
p { color: rgb(62,113,26); }
H1.HeaderClassName
{
color: #3E711A;
}
.AnyTagClassName
{
color: #3E711A;
}
</style>
background-color css
<style>
a { background-color: #3E711A; }
a { background-color: rgb(62,113,26); }
div.DivClassName
{
background-color: #3E711A;
}
.BgClassName
{
background-color: #3E711A;
}
</style>
border-color css
<style>
span { border-color: #3E711A; }
span { border-color: rgb(62,113,26); }
td.TdClassName
{
border-color: #3E711A;
}
.TagClassName
{
border-color: #3E711A;
}
</style>