Shades of Bilbao #3A8912
Tints of Bilbao #3A8912
RGB
CMYK
RGB Variations
Color information
#3A8912 (or 0x3A8912) is known color: Bilbao. HEX triplet: 3A, 89 and 12. RGB value is (58,137,18). Sum of RGB (Red+Green+Blue) = 58+137+18=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8912 is #C576ED. Grayscale: #646464. Windows color (decimal): -12941038 or 1214778. OLE color: 1214778.
HSL color Cylindrical-coordinate representation of color #3A8912: hue angle of 99.83º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A8912 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 18 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.46 |
| HSL | 99.83º | 0.77% | 0.3% | - |
| HSV(B) | 99.83º | 0.87% | 0.54% | - |
| XYZ | 10.8 | 18.83 | 3.64 | - |
| YUV | 99.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 18 | 0.58 | 0 | 0.87 | 0.46 | 99.83 | 0.77 | 0.3 |
| Hex | 3A | 89 | 12 | 3A | 0 | 57 | 2E | 64 | 4D | 1E |
| Octal | 72 | 211 | 22 | 72 | 0 | 127 | 56 | 144 | 115 | 36 |
| Binary | 111010 | 10001001 | 10010 | 111010 | 0 | 1010111 | 101110 | 1100100 | 1001101 | 11110 |
Color Harmonies of #3A8912
Complementary color
Monochromatic Colors of #3A8912
Black with #3A8912
Text Example
Text Example
White with #3A8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8912; }
p { color: rgb(58,137,18); }
H1.HeaderClassName
{
color: #3A8912;
}
.AnyTagClassName
{
color: #3A8912;
}
</style>
background-color css
<style>
a { background-color: #3A8912; }
a { background-color: rgb(58,137,18); }
div.DivClassName
{
background-color: #3A8912;
}
.BgClassName
{
background-color: #3A8912;
}
</style>
border-color css
<style>
span { border-color: #3A8912; }
span { border-color: rgb(58,137,18); }
td.TdClassName
{
border-color: #3A8912;
}
.TagClassName
{
border-color: #3A8912;
}
</style>