Shades of Bilbao #3E842C
Tints of Bilbao #3E842C
RGB
CMYK
RGB Variations
Color information
#3E842C (or 0x3E842C) is known color: Bilbao. HEX triplet: 3E, 84 and 2C. RGB value is (62,132,44). Sum of RGB (Red+Green+Blue) = 62+132+44=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #3E842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E842C is #C17BD3. Grayscale: #656565. Windows color (decimal): -12680148 or 2917438. OLE color: 2917438.
HSL color Cylindrical-coordinate representation of color #3E842C: hue angle of 107.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E842C is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 132 | 44 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.48 |
| HSL | 107.73º | 0.5% | 0.35% | - |
| HSV(B) | 107.73º | 0.67% | 0.52% | - |
| XYZ | 10.69 | 17.71 | 5.24 | - |
| YUV | 101.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 44 | 0.53 | 0 | 0.67 | 0.48 | 107.73 | 0.5 | 0.35 |
| Hex | 3E | 84 | 2C | 35 | 0 | 43 | 30 | 6C | 32 | 23 |
| Octal | 76 | 204 | 54 | 65 | 0 | 103 | 60 | 154 | 62 | 43 |
| Binary | 111110 | 10000100 | 101100 | 110101 | 0 | 1000011 | 110000 | 1101100 | 110010 | 100011 |
Color Harmonies of #3E842C
Complementary color
Monochromatic Colors of #3E842C
Black with #3E842C
Text Example
Text Example
White with #3E842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E842C; }
p { color: rgb(62,132,44); }
H1.HeaderClassName
{
color: #3E842C;
}
.AnyTagClassName
{
color: #3E842C;
}
</style>
background-color css
<style>
a { background-color: #3E842C; }
a { background-color: rgb(62,132,44); }
div.DivClassName
{
background-color: #3E842C;
}
.BgClassName
{
background-color: #3E842C;
}
</style>
border-color css
<style>
span { border-color: #3E842C; }
span { border-color: rgb(62,132,44); }
td.TdClassName
{
border-color: #3E842C;
}
.TagClassName
{
border-color: #3E842C;
}
</style>