Shades of Bilbao #3A8104
Tints of Bilbao #3A8104
RGB
CMYK
RGB Variations
Color information
#3A8104 (or 0x3A8104) is known color: Bilbao. HEX triplet: 3A, 81 and 04. RGB value is (58,129,4). Sum of RGB (Red+Green+Blue) = 58+129+4=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 129 (50.78% from 255 or 67.54% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8104 is #C57EFB. Grayscale: #5D5D5D. Windows color (decimal): -12943100 or 295226. OLE color: 295226.
HSL color Cylindrical-coordinate representation of color #3A8104: hue angle of 94.08º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A8104 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 129 | 4 | - |
| CMYK | 0.55 | 0 | 0.97 | 0.49 |
| HSL | 94.08º | 0.94% | 0.26% | - |
| HSV(B) | 94.08º | 0.97% | 0.51% | - |
| XYZ | 9.62 | 16.61 | 2.81 | - |
| YUV | 93.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 4 | 0.55 | 0 | 0.97 | 0.49 | 94.08 | 0.94 | 0.26 |
| Hex | 3A | 81 | 4 | 37 | 0 | 61 | 31 | 5E | 5E | 1A |
| Octal | 72 | 201 | 4 | 67 | 0 | 141 | 61 | 136 | 136 | 32 |
| Binary | 111010 | 10000001 | 100 | 110111 | 0 | 1100001 | 110001 | 1011110 | 1011110 | 11010 |
Color Harmonies of #3A8104
Complementary color
Monochromatic Colors of #3A8104
Black with #3A8104
Text Example
Text Example
White with #3A8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8104; }
p { color: rgb(58,129,4); }
H1.HeaderClassName
{
color: #3A8104;
}
.AnyTagClassName
{
color: #3A8104;
}
</style>
background-color css
<style>
a { background-color: #3A8104; }
a { background-color: rgb(58,129,4); }
div.DivClassName
{
background-color: #3A8104;
}
.BgClassName
{
background-color: #3A8104;
}
</style>
border-color css
<style>
span { border-color: #3A8104; }
span { border-color: rgb(58,129,4); }
td.TdClassName
{
border-color: #3A8104;
}
.TagClassName
{
border-color: #3A8104;
}
</style>