Shades of Bilbao #3E7B34
Tints of Bilbao #3E7B34
RGB
CMYK
RGB Variations
Color information
#3E7B34 (or 0x3E7B34) is known color: Bilbao. HEX triplet: 3E, 7B and 34. RGB value is (62,123,52). Sum of RGB (Red+Green+Blue) = 62+123+52=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7B34 is #C184CB. Grayscale: #606060. Windows color (decimal): -12682444 or 3439422. OLE color: 3439422.
HSL color Cylindrical-coordinate representation of color #3E7B34: hue angle of 111.55º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E7B34 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 123 | 52 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.52 |
| HSL | 111.55º | 0.41% | 0.34% | - |
| HSV(B) | 111.55º | 0.58% | 0.48% | - |
| XYZ | 9.69 | 15.44 | 5.72 | - |
| YUV | 96.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 52 | 0.50 | 0 | 0.58 | 0.52 | 111.55 | 0.41 | 0.34 |
| Hex | 3E | 7B | 34 | 32 | 0 | 3A | 34 | 70 | 29 | 22 |
| Octal | 76 | 173 | 64 | 62 | 0 | 72 | 64 | 160 | 51 | 42 |
| Binary | 111110 | 1111011 | 110100 | 110010 | 0 | 111010 | 110100 | 1110000 | 101001 | 100010 |
Color Harmonies of #3E7B34
Complementary color
Monochromatic Colors of #3E7B34
Black with #3E7B34
Text Example
Text Example
White with #3E7B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B34; }
p { color: rgb(62,123,52); }
H1.HeaderClassName
{
color: #3E7B34;
}
.AnyTagClassName
{
color: #3E7B34;
}
</style>
background-color css
<style>
a { background-color: #3E7B34; }
a { background-color: rgb(62,123,52); }
div.DivClassName
{
background-color: #3E7B34;
}
.BgClassName
{
background-color: #3E7B34;
}
</style>
border-color css
<style>
span { border-color: #3E7B34; }
span { border-color: rgb(62,123,52); }
td.TdClassName
{
border-color: #3E7B34;
}
.TagClassName
{
border-color: #3E7B34;
}
</style>