Shades of Bilbao #3E7530
Tints of Bilbao #3E7530
RGB
CMYK
RGB Variations
Color information
#3E7530 (or 0x3E7530) is known color: Bilbao. HEX triplet: 3E, 75 and 30. RGB value is (62,117,48). Sum of RGB (Red+Green+Blue) = 62+117+48=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7530 is #C18ACF. Grayscale: #5C5C5C. Windows color (decimal): -12683984 or 3175742. OLE color: 3175742.
HSL color Cylindrical-coordinate representation of color #3E7530: hue angle of 107.83º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E7530 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 117 | 48 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.54 |
| HSL | 107.83º | 0.42% | 0.32% | - |
| HSV(B) | 107.83º | 0.59% | 0.46% | - |
| XYZ | 8.88 | 13.96 | 5.02 | - |
| YUV | 92.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 48 | 0.47 | 0 | 0.59 | 0.54 | 107.83 | 0.42 | 0.32 |
| Hex | 3E | 75 | 30 | 2F | 0 | 3B | 36 | 6C | 2A | 20 |
| Octal | 76 | 165 | 60 | 57 | 0 | 73 | 66 | 154 | 52 | 40 |
| Binary | 111110 | 1110101 | 110000 | 101111 | 0 | 111011 | 110110 | 1101100 | 101010 | 100000 |
Color Harmonies of #3E7530
Complementary color
Monochromatic Colors of #3E7530
Black with #3E7530
Text Example
Text Example
White with #3E7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7530; }
p { color: rgb(62,117,48); }
H1.HeaderClassName
{
color: #3E7530;
}
.AnyTagClassName
{
color: #3E7530;
}
</style>
background-color css
<style>
a { background-color: #3E7530; }
a { background-color: rgb(62,117,48); }
div.DivClassName
{
background-color: #3E7530;
}
.BgClassName
{
background-color: #3E7530;
}
</style>
border-color css
<style>
span { border-color: #3E7530; }
span { border-color: rgb(62,117,48); }
td.TdClassName
{
border-color: #3E7530;
}
.TagClassName
{
border-color: #3E7530;
}
</style>