Shades of Bilbao #3A7204
Tints of Bilbao #3A7204
RGB
CMYK
RGB Variations
Color information
#3A7204 (or 0x3A7204) is known color: Bilbao. HEX triplet: 3A, 72 and 04. RGB value is (58,114,4). Sum of RGB (Red+Green+Blue) = 58+114+4=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7204 is #C58DFB. Grayscale: #555555. Windows color (decimal): -12946940 or 291386. OLE color: 291386.
HSL color Cylindrical-coordinate representation of color #3A7204: hue angle of 90.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A7204 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 4 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.55 |
| HSL | 90.55º | 0.93% | 0.23% | - |
| HSV(B) | 90.55º | 0.96% | 0.45% | - |
| XYZ | 7.78 | 12.94 | 2.2 | - |
| YUV | 84.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 4 | 0.49 | 0 | 0.96 | 0.55 | 90.55 | 0.93 | 0.23 |
| Hex | 3A | 72 | 4 | 31 | 0 | 60 | 37 | 5B | 5D | 17 |
| Octal | 72 | 162 | 4 | 61 | 0 | 140 | 67 | 133 | 135 | 27 |
| Binary | 111010 | 1110010 | 100 | 110001 | 0 | 1100000 | 110111 | 1011011 | 1011101 | 10111 |
Color Harmonies of #3A7204
Complementary color
Monochromatic Colors of #3A7204
Black with #3A7204
Text Example
Text Example
White with #3A7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7204; }
p { color: rgb(58,114,4); }
H1.HeaderClassName
{
color: #3A7204;
}
.AnyTagClassName
{
color: #3A7204;
}
</style>
background-color css
<style>
a { background-color: #3A7204; }
a { background-color: rgb(58,114,4); }
div.DivClassName
{
background-color: #3A7204;
}
.BgClassName
{
background-color: #3A7204;
}
</style>
border-color css
<style>
span { border-color: #3A7204; }
span { border-color: rgb(58,114,4); }
td.TdClassName
{
border-color: #3A7204;
}
.TagClassName
{
border-color: #3A7204;
}
</style>