Shades of Bilbao #3A8204
Tints of Bilbao #3A8204
RGB
CMYK
RGB Variations
Color information
#3A8204 (or 0x3A8204) is known color: Bilbao. HEX triplet: 3A, 82 and 04. RGB value is (58,130,4). Sum of RGB (Red+Green+Blue) = 58+130+4=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #3A8204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8204 is #C57DFB. Grayscale: #5E5E5E. Windows color (decimal): -12942844 or 295482. OLE color: 295482.
HSL color Cylindrical-coordinate representation of color #3A8204: hue angle of 94.29º 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 #3A8204 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 130 | 4 | - |
| CMYK | 0.55 | 0 | 0.97 | 0.49 |
| HSL | 94.29º | 0.94% | 0.26% | - |
| HSV(B) | 94.29º | 0.97% | 0.51% | - |
| XYZ | 9.75 | 16.87 | 2.86 | - |
| YUV | 94.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 4 | 0.55 | 0 | 0.97 | 0.49 | 94.29 | 0.94 | 0.26 |
| Hex | 3A | 82 | 4 | 37 | 0 | 61 | 31 | 5E | 5E | 1A |
| Octal | 72 | 202 | 4 | 67 | 0 | 141 | 61 | 136 | 136 | 32 |
| Binary | 111010 | 10000010 | 100 | 110111 | 0 | 1100001 | 110001 | 1011110 | 1011110 | 11010 |
Color Harmonies of #3A8204
Complementary color
Monochromatic Colors of #3A8204
Black with #3A8204
Text Example
Text Example
White with #3A8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8204; }
p { color: rgb(58,130,4); }
H1.HeaderClassName
{
color: #3A8204;
}
.AnyTagClassName
{
color: #3A8204;
}
</style>
background-color css
<style>
a { background-color: #3A8204; }
a { background-color: rgb(58,130,4); }
div.DivClassName
{
background-color: #3A8204;
}
.BgClassName
{
background-color: #3A8204;
}
</style>
border-color css
<style>
span { border-color: #3A8204; }
span { border-color: rgb(58,130,4); }
td.TdClassName
{
border-color: #3A8204;
}
.TagClassName
{
border-color: #3A8204;
}
</style>