Shades of Bilbao #3A8914
Tints of Bilbao #3A8914
RGB
CMYK
RGB Variations
Color information
#3A8914 (or 0x3A8914) is known color: Bilbao. HEX triplet: 3A, 89 and 14. RGB value is (58,137,20). Sum of RGB (Red+Green+Blue) = 58+137+20=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8914 is #C576EB. Grayscale: #646464. Windows color (decimal): -12941036 or 1345850. OLE color: 1345850.
HSL color Cylindrical-coordinate representation of color #3A8914: hue angle of 100.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A8914 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 20 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.46 |
| HSL | 100.51º | 0.75% | 0.31% | - |
| HSV(B) | 100.51º | 0.85% | 0.54% | - |
| XYZ | 10.82 | 18.84 | 3.73 | - |
| YUV | 100.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 20 | 0.58 | 0 | 0.85 | 0.46 | 100.51 | 0.75 | 0.31 |
| Hex | 3A | 89 | 14 | 3A | 0 | 55 | 2E | 65 | 4B | 1F |
| Octal | 72 | 211 | 24 | 72 | 0 | 125 | 56 | 145 | 113 | 37 |
| Binary | 111010 | 10001001 | 10100 | 111010 | 0 | 1010101 | 101110 | 1100101 | 1001011 | 11111 |
Color Harmonies of #3A8914
Complementary color
Monochromatic Colors of #3A8914
Black with #3A8914
Text Example
Text Example
White with #3A8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8914; }
p { color: rgb(58,137,20); }
H1.HeaderClassName
{
color: #3A8914;
}
.AnyTagClassName
{
color: #3A8914;
}
</style>
background-color css
<style>
a { background-color: #3A8914; }
a { background-color: rgb(58,137,20); }
div.DivClassName
{
background-color: #3A8914;
}
.BgClassName
{
background-color: #3A8914;
}
</style>
border-color css
<style>
span { border-color: #3A8914; }
span { border-color: rgb(58,137,20); }
td.TdClassName
{
border-color: #3A8914;
}
.TagClassName
{
border-color: #3A8914;
}
</style>