Shades of Bilbao #3E861C
Tints of Bilbao #3E861C
RGB
CMYK
RGB Variations
Color information
#3E861C (or 0x3E861C) is known color: Bilbao. HEX triplet: 3E, 86 and 1C. RGB value is (62,134,28). Sum of RGB (Red+Green+Blue) = 62+134+28=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #3E861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E861C is #C179E3. Grayscale: #646464. Windows color (decimal): -12679652 or 1869374. OLE color: 1869374.
HSL color Cylindrical-coordinate representation of color #3E861C: hue angle of 100.75º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E861C is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 28 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.47 |
| HSL | 100.75º | 0.65% | 0.32% | - |
| HSV(B) | 100.75º | 0.79% | 0.53% | - |
| XYZ | 10.72 | 18.16 | 4.04 | - |
| YUV | 100.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 28 | 0.54 | 0 | 0.79 | 0.47 | 100.75 | 0.65 | 0.32 |
| Hex | 3E | 86 | 1C | 36 | 0 | 4F | 2F | 65 | 41 | 20 |
| Octal | 76 | 206 | 34 | 66 | 0 | 117 | 57 | 145 | 101 | 40 |
| Binary | 111110 | 10000110 | 11100 | 110110 | 0 | 1001111 | 101111 | 1100101 | 1000001 | 100000 |
Color Harmonies of #3E861C
Complementary color
Monochromatic Colors of #3E861C
Black with #3E861C
Text Example
Text Example
White with #3E861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E861C; }
p { color: rgb(62,134,28); }
H1.HeaderClassName
{
color: #3E861C;
}
.AnyTagClassName
{
color: #3E861C;
}
</style>
background-color css
<style>
a { background-color: #3E861C; }
a { background-color: rgb(62,134,28); }
div.DivClassName
{
background-color: #3E861C;
}
.BgClassName
{
background-color: #3E861C;
}
</style>
border-color css
<style>
span { border-color: #3E861C; }
span { border-color: rgb(62,134,28); }
td.TdClassName
{
border-color: #3E861C;
}
.TagClassName
{
border-color: #3E861C;
}
</style>