Shades of Bilbao #3E7731
Tints of Bilbao #3E7731
RGB
CMYK
RGB Variations
Color information
#3E7731 (or 0x3E7731) is known color: Bilbao. HEX triplet: 3E, 77 and 31. RGB value is (62,119,49). Sum of RGB (Red+Green+Blue) = 62+119+49=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7731 is #C188CE. Grayscale: #5E5E5E. Windows color (decimal): -12683471 or 3241790. OLE color: 3241790.
HSL color Cylindrical-coordinate representation of color #3E7731: hue angle of 108.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E7731 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 49 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.53 |
| HSL | 108.86º | 0.42% | 0.33% | - |
| HSV(B) | 108.86º | 0.59% | 0.47% | - |
| XYZ | 9.14 | 14.44 | 5.21 | - |
| YUV | 93.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 49 | 0.48 | 0 | 0.59 | 0.53 | 108.86 | 0.42 | 0.33 |
| Hex | 3E | 77 | 31 | 30 | 0 | 3B | 35 | 6D | 2A | 21 |
| Octal | 76 | 167 | 61 | 60 | 0 | 73 | 65 | 155 | 52 | 41 |
| Binary | 111110 | 1110111 | 110001 | 110000 | 0 | 111011 | 110101 | 1101101 | 101010 | 100001 |
Color Harmonies of #3E7731
Complementary color
Monochromatic Colors of #3E7731
Black with #3E7731
Text Example
Text Example
White with #3E7731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7731; }
p { color: rgb(62,119,49); }
H1.HeaderClassName
{
color: #3E7731;
}
.AnyTagClassName
{
color: #3E7731;
}
</style>
background-color css
<style>
a { background-color: #3E7731; }
a { background-color: rgb(62,119,49); }
div.DivClassName
{
background-color: #3E7731;
}
.BgClassName
{
background-color: #3E7731;
}
</style>
border-color css
<style>
span { border-color: #3E7731; }
span { border-color: rgb(62,119,49); }
td.TdClassName
{
border-color: #3E7731;
}
.TagClassName
{
border-color: #3E7731;
}
</style>