Shades of Bilbao #3E851B
Tints of Bilbao #3E851B
RGB
CMYK
RGB Variations
Color information
#3E851B (or 0x3E851B) is known color: Bilbao. HEX triplet: 3E, 85 and 1B. RGB value is (62,133,27). Sum of RGB (Red+Green+Blue) = 62+133+27=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #3E851B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E851B is #C17AE4. Grayscale: #646464. Windows color (decimal): -12679909 or 1803582. OLE color: 1803582.
HSL color Cylindrical-coordinate representation of color #3E851B: hue angle of 100.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E851B is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 133 | 27 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.48 |
| HSL | 100.19º | 0.66% | 0.31% | - |
| HSV(B) | 100.19º | 0.8% | 0.52% | - |
| XYZ | 10.57 | 17.88 | 3.93 | - |
| YUV | 99.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 27 | 0.53 | 0 | 0.80 | 0.48 | 100.19 | 0.66 | 0.31 |
| Hex | 3E | 85 | 1B | 35 | 0 | 50 | 30 | 64 | 42 | 1F |
| Octal | 76 | 205 | 33 | 65 | 0 | 120 | 60 | 144 | 102 | 37 |
| Binary | 111110 | 10000101 | 11011 | 110101 | 0 | 1010000 | 110000 | 1100100 | 1000010 | 11111 |
Color Harmonies of #3E851B
Complementary color
Monochromatic Colors of #3E851B
Black with #3E851B
Text Example
Text Example
White with #3E851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E851B; }
p { color: rgb(62,133,27); }
H1.HeaderClassName
{
color: #3E851B;
}
.AnyTagClassName
{
color: #3E851B;
}
</style>
background-color css
<style>
a { background-color: #3E851B; }
a { background-color: rgb(62,133,27); }
div.DivClassName
{
background-color: #3E851B;
}
.BgClassName
{
background-color: #3E851B;
}
</style>
border-color css
<style>
span { border-color: #3E851B; }
span { border-color: rgb(62,133,27); }
td.TdClassName
{
border-color: #3E851B;
}
.TagClassName
{
border-color: #3E851B;
}
</style>