Shades of Bilbao #3E742C
Tints of Bilbao #3E742C
RGB
CMYK
RGB Variations
Color information
#3E742C (or 0x3E742C) is known color: Bilbao. HEX triplet: 3E, 74 and 2C. RGB value is (62,116,44). Sum of RGB (Red+Green+Blue) = 62+116+44=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #3E742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E742C is #C18BD3. Grayscale: #5B5B5B. Windows color (decimal): -12684244 or 2913342. OLE color: 2913342.
HSL color Cylindrical-coordinate representation of color #3E742C: hue angle of 105º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E742C is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 44 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.55 |
| HSL | 105º | 0.45% | 0.31% | - |
| HSV(B) | 105º | 0.62% | 0.45% | - |
| XYZ | 8.69 | 13.7 | 4.57 | - |
| YUV | 91.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 44 | 0.47 | 0 | 0.62 | 0.55 | 105 | 0.45 | 0.31 |
| Hex | 3E | 74 | 2C | 2F | 0 | 3E | 37 | 69 | 2D | 1F |
| Octal | 76 | 164 | 54 | 57 | 0 | 76 | 67 | 151 | 55 | 37 |
| Binary | 111110 | 1110100 | 101100 | 101111 | 0 | 111110 | 110111 | 1101001 | 101101 | 11111 |
Color Harmonies of #3E742C
Complementary color
Monochromatic Colors of #3E742C
Black with #3E742C
Text Example
Text Example
White with #3E742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E742C; }
p { color: rgb(62,116,44); }
H1.HeaderClassName
{
color: #3E742C;
}
.AnyTagClassName
{
color: #3E742C;
}
</style>
background-color css
<style>
a { background-color: #3E742C; }
a { background-color: rgb(62,116,44); }
div.DivClassName
{
background-color: #3E742C;
}
.BgClassName
{
background-color: #3E742C;
}
</style>
border-color css
<style>
span { border-color: #3E742C; }
span { border-color: rgb(62,116,44); }
td.TdClassName
{
border-color: #3E742C;
}
.TagClassName
{
border-color: #3E742C;
}
</style>