Shades of Bilbao #3C890E
Tints of Bilbao #3C890E
RGB
CMYK
RGB Variations
Color information
#3C890E (or 0x3C890E) is known color: Bilbao. HEX triplet: 3C, 89 and 0E. RGB value is (60,137,14). Sum of RGB (Red+Green+Blue) = 60+137+14=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #3C890E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C890E is #C376F1. Grayscale: #646464. Windows color (decimal): -12809970 or 952636. OLE color: 952636.
HSL color Cylindrical-coordinate representation of color #3C890E: hue angle of 97.56º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C890E is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 14 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.46 |
| HSL | 97.56º | 0.81% | 0.3% | - |
| HSV(B) | 97.56º | 0.9% | 0.54% | - |
| XYZ | 10.89 | 18.88 | 3.49 | - |
| YUV | 99.96 | 79.49 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 14 | 0.56 | 0 | 0.90 | 0.46 | 97.56 | 0.81 | 0.3 |
| Hex | 3C | 89 | E | 38 | 0 | 5A | 2E | 62 | 51 | 1E |
| Octal | 74 | 211 | 16 | 70 | 0 | 132 | 56 | 142 | 121 | 36 |
| Binary | 111100 | 10001001 | 1110 | 111000 | 0 | 1011010 | 101110 | 1100010 | 1010001 | 11110 |
Color Harmonies of #3C890E
Complementary color
Monochromatic Colors of #3C890E
Black with #3C890E
Text Example
Text Example
White with #3C890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C890E; }
p { color: rgb(60,137,14); }
H1.HeaderClassName
{
color: #3C890E;
}
.AnyTagClassName
{
color: #3C890E;
}
</style>
background-color css
<style>
a { background-color: #3C890E; }
a { background-color: rgb(60,137,14); }
div.DivClassName
{
background-color: #3C890E;
}
.BgClassName
{
background-color: #3C890E;
}
</style>
border-color css
<style>
span { border-color: #3C890E; }
span { border-color: rgb(60,137,14); }
td.TdClassName
{
border-color: #3C890E;
}
.TagClassName
{
border-color: #3C890E;
}
</style>