Shades of Bilbao #3A7504
Tints of Bilbao #3A7504
RGB
CMYK
RGB Variations
Color information
#3A7504 (or 0x3A7504) is known color: Bilbao. HEX triplet: 3A, 75 and 04. RGB value is (58,117,4). Sum of RGB (Red+Green+Blue) = 58+117+4=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 117 (46.09% from 255 or 65.36% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7504 is #C58AFB. Grayscale: #565656. Windows color (decimal): -12946172 or 292154. OLE color: 292154.
HSL color Cylindrical-coordinate representation of color #3A7504: hue angle of 91.33º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A7504 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 4 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.54 |
| HSL | 91.33º | 0.93% | 0.24% | - |
| HSV(B) | 91.33º | 0.97% | 0.46% | - |
| XYZ | 8.13 | 13.63 | 2.32 | - |
| YUV | 86.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 4 | 0.50 | 0 | 0.97 | 0.54 | 91.33 | 0.93 | 0.24 |
| Hex | 3A | 75 | 4 | 32 | 0 | 61 | 36 | 5B | 5D | 18 |
| Octal | 72 | 165 | 4 | 62 | 0 | 141 | 66 | 133 | 135 | 30 |
| Binary | 111010 | 1110101 | 100 | 110010 | 0 | 1100001 | 110110 | 1011011 | 1011101 | 11000 |
Color Harmonies of #3A7504
Complementary color
Monochromatic Colors of #3A7504
Black with #3A7504
Text Example
Text Example
White with #3A7504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7504; }
p { color: rgb(58,117,4); }
H1.HeaderClassName
{
color: #3A7504;
}
.AnyTagClassName
{
color: #3A7504;
}
</style>
background-color css
<style>
a { background-color: #3A7504; }
a { background-color: rgb(58,117,4); }
div.DivClassName
{
background-color: #3A7504;
}
.BgClassName
{
background-color: #3A7504;
}
</style>
border-color css
<style>
span { border-color: #3A7504; }
span { border-color: rgb(58,117,4); }
td.TdClassName
{
border-color: #3A7504;
}
.TagClassName
{
border-color: #3A7504;
}
</style>