Shades of Bilbao #3E861B
Tints of Bilbao #3E861B
RGB
CMYK
RGB Variations
Color information
#3E861B (or 0x3E861B) is known color: Bilbao. HEX triplet: 3E, 86 and 1B. RGB value is (62,134,27). Sum of RGB (Red+Green+Blue) = 62+134+27=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #3E861B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E861B is #C179E4. Grayscale: #646464. Windows color (decimal): -12679653 or 1803838. OLE color: 1803838.
HSL color Cylindrical-coordinate representation of color #3E861B: hue angle of 100.37º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E861B is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 27 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.47 |
| HSL | 100.37º | 0.66% | 0.32% | - |
| HSV(B) | 100.37º | 0.8% | 0.53% | - |
| XYZ | 10.71 | 18.15 | 3.98 | - |
| YUV | 100.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 27 | 0.54 | 0 | 0.80 | 0.47 | 100.37 | 0.66 | 0.32 |
| Hex | 3E | 86 | 1B | 36 | 0 | 50 | 2F | 64 | 42 | 20 |
| Octal | 76 | 206 | 33 | 66 | 0 | 120 | 57 | 144 | 102 | 40 |
| Binary | 111110 | 10000110 | 11011 | 110110 | 0 | 1010000 | 101111 | 1100100 | 1000010 | 100000 |
Color Harmonies of #3E861B
Complementary color
Monochromatic Colors of #3E861B
Black with #3E861B
Text Example
Text Example
White with #3E861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E861B; }
p { color: rgb(62,134,27); }
H1.HeaderClassName
{
color: #3E861B;
}
.AnyTagClassName
{
color: #3E861B;
}
</style>
background-color css
<style>
a { background-color: #3E861B; }
a { background-color: rgb(62,134,27); }
div.DivClassName
{
background-color: #3E861B;
}
.BgClassName
{
background-color: #3E861B;
}
</style>
border-color css
<style>
span { border-color: #3E861B; }
span { border-color: rgb(62,134,27); }
td.TdClassName
{
border-color: #3E861B;
}
.TagClassName
{
border-color: #3E861B;
}
</style>