Shades of Bilbao #3E7632
Tints of Bilbao #3E7632
RGB
CMYK
RGB Variations
Color information
#3E7632 (or 0x3E7632) is known color: Bilbao. HEX triplet: 3E, 76 and 32. RGB value is (62,118,50). Sum of RGB (Red+Green+Blue) = 62+118+50=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7632 is #C189CD. Grayscale: #5D5D5D. Windows color (decimal): -12683726 or 3307070. OLE color: 3307070.
HSL color Cylindrical-coordinate representation of color #3E7632: hue angle of 109.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E7632 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 50 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.54 |
| HSL | 109.41º | 0.4% | 0.33% | - |
| HSV(B) | 109.41º | 0.58% | 0.46% | - |
| XYZ | 9.04 | 14.21 | 5.28 | - |
| YUV | 93.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 50 | 0.47 | 0 | 0.58 | 0.54 | 109.41 | 0.4 | 0.33 |
| Hex | 3E | 76 | 32 | 2F | 0 | 3A | 36 | 6D | 28 | 21 |
| Octal | 76 | 166 | 62 | 57 | 0 | 72 | 66 | 155 | 50 | 41 |
| Binary | 111110 | 1110110 | 110010 | 101111 | 0 | 111010 | 110110 | 1101101 | 101000 | 100001 |
Color Harmonies of #3E7632
Complementary color
Monochromatic Colors of #3E7632
Black with #3E7632
Text Example
Text Example
White with #3E7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7632; }
p { color: rgb(62,118,50); }
H1.HeaderClassName
{
color: #3E7632;
}
.AnyTagClassName
{
color: #3E7632;
}
</style>
background-color css
<style>
a { background-color: #3E7632; }
a { background-color: rgb(62,118,50); }
div.DivClassName
{
background-color: #3E7632;
}
.BgClassName
{
background-color: #3E7632;
}
</style>
border-color css
<style>
span { border-color: #3E7632; }
span { border-color: rgb(62,118,50); }
td.TdClassName
{
border-color: #3E7632;
}
.TagClassName
{
border-color: #3E7632;
}
</style>