Shades of Bilbao #3E840A
Tints of Bilbao #3E840A
RGB
CMYK
RGB Variations
Color information
#3E840A (or 0x3E840A) is known color: Bilbao. HEX triplet: 3E, 84 and 0A. RGB value is (62,132,10). Sum of RGB (Red+Green+Blue) = 62+132+10=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #3E840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E840A is #C17BF5. Grayscale: #616161. Windows color (decimal): -12680182 or 689214. OLE color: 689214.
HSL color Cylindrical-coordinate representation of color #3E840A: hue angle of 94.43º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E840A is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 132 | 10 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.48 |
| HSL | 94.43º | 0.86% | 0.28% | - |
| HSV(B) | 94.43º | 0.92% | 0.52% | - |
| XYZ | 10.29 | 17.55 | 3.13 | - |
| YUV | 97.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 10 | 0.53 | 0 | 0.92 | 0.48 | 94.43 | 0.86 | 0.28 |
| Hex | 3E | 84 | A | 35 | 0 | 5C | 30 | 5E | 56 | 1C |
| Octal | 76 | 204 | 12 | 65 | 0 | 134 | 60 | 136 | 126 | 34 |
| Binary | 111110 | 10000100 | 1010 | 110101 | 0 | 1011100 | 110000 | 1011110 | 1010110 | 11100 |
Color Harmonies of #3E840A
Complementary color
Monochromatic Colors of #3E840A
Black with #3E840A
Text Example
Text Example
White with #3E840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E840A; }
p { color: rgb(62,132,10); }
H1.HeaderClassName
{
color: #3E840A;
}
.AnyTagClassName
{
color: #3E840A;
}
</style>
background-color css
<style>
a { background-color: #3E840A; }
a { background-color: rgb(62,132,10); }
div.DivClassName
{
background-color: #3E840A;
}
.BgClassName
{
background-color: #3E840A;
}
</style>
border-color css
<style>
span { border-color: #3E840A; }
span { border-color: rgb(62,132,10); }
td.TdClassName
{
border-color: #3E840A;
}
.TagClassName
{
border-color: #3E840A;
}
</style>