Shades of Bilbao #3A890E
Tints of Bilbao #3A890E
RGB
CMYK
RGB Variations
Color information
#3A890E (or 0x3A890E) is known color: Bilbao. HEX triplet: 3A, 89 and 0E. RGB value is (58,137,14). Sum of RGB (Red+Green+Blue) = 58+137+14=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #3A890E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A890E is #C576F1. Grayscale: #636363. Windows color (decimal): -12941042 or 952634. OLE color: 952634.
HSL color Cylindrical-coordinate representation of color #3A890E: hue angle of 98.54º 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 #3A890E is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 14 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.46 |
| HSL | 98.54º | 0.81% | 0.3% | - |
| HSV(B) | 98.54º | 0.9% | 0.54% | - |
| XYZ | 10.77 | 18.82 | 3.48 | - |
| YUV | 99.36 | 79.83 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 14 | 0.58 | 0 | 0.90 | 0.46 | 98.54 | 0.81 | 0.3 |
| Hex | 3A | 89 | E | 3A | 0 | 5A | 2E | 63 | 51 | 1E |
| Octal | 72 | 211 | 16 | 72 | 0 | 132 | 56 | 143 | 121 | 36 |
| Binary | 111010 | 10001001 | 1110 | 111010 | 0 | 1011010 | 101110 | 1100011 | 1010001 | 11110 |
Color Harmonies of #3A890E
Complementary color
Monochromatic Colors of #3A890E
Black with #3A890E
Text Example
Text Example
White with #3A890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A890E; }
p { color: rgb(58,137,14); }
H1.HeaderClassName
{
color: #3A890E;
}
.AnyTagClassName
{
color: #3A890E;
}
</style>
background-color css
<style>
a { background-color: #3A890E; }
a { background-color: rgb(58,137,14); }
div.DivClassName
{
background-color: #3A890E;
}
.BgClassName
{
background-color: #3A890E;
}
</style>
border-color css
<style>
span { border-color: #3A890E; }
span { border-color: rgb(58,137,14); }
td.TdClassName
{
border-color: #3A890E;
}
.TagClassName
{
border-color: #3A890E;
}
</style>