Shades of Bilbao #3A8110
Tints of Bilbao #3A8110
RGB
CMYK
RGB Variations
Color information
#3A8110 (or 0x3A8110) is known color: Bilbao. HEX triplet: 3A, 81 and 10. RGB value is (58,129,16). Sum of RGB (Red+Green+Blue) = 58+129+16=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8110 is #C57EEF. Grayscale: #5F5F5F. Windows color (decimal): -12943088 or 1081658. OLE color: 1081658.
HSL color Cylindrical-coordinate representation of color #3A8110: hue angle of 97.7º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A8110 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 129 | 16 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.49 |
| HSL | 97.7º | 0.78% | 0.28% | - |
| HSV(B) | 97.7º | 0.88% | 0.51% | - |
| XYZ | 9.69 | 16.64 | 3.19 | - |
| YUV | 94.89 | 83.48 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 16 | 0.55 | 0 | 0.88 | 0.49 | 97.7 | 0.78 | 0.28 |
| Hex | 3A | 81 | 10 | 37 | 0 | 58 | 31 | 62 | 4E | 1C |
| Octal | 72 | 201 | 20 | 67 | 0 | 130 | 61 | 142 | 116 | 34 |
| Binary | 111010 | 10000001 | 10000 | 110111 | 0 | 1011000 | 110001 | 1100010 | 1001110 | 11100 |
Color Harmonies of #3A8110
Complementary color
Monochromatic Colors of #3A8110
Black with #3A8110
Text Example
Text Example
White with #3A8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8110; }
p { color: rgb(58,129,16); }
H1.HeaderClassName
{
color: #3A8110;
}
.AnyTagClassName
{
color: #3A8110;
}
</style>
background-color css
<style>
a { background-color: #3A8110; }
a { background-color: rgb(58,129,16); }
div.DivClassName
{
background-color: #3A8110;
}
.BgClassName
{
background-color: #3A8110;
}
</style>
border-color css
<style>
span { border-color: #3A8110; }
span { border-color: rgb(58,129,16); }
td.TdClassName
{
border-color: #3A8110;
}
.TagClassName
{
border-color: #3A8110;
}
</style>