Shades of Bilbao #3A7D04
Tints of Bilbao #3A7D04
RGB
CMYK
RGB Variations
Color information
#3A7D04 (or 0x3A7D04) is known color: Bilbao. HEX triplet: 3A, 7D and 04. RGB value is (58,125,4). Sum of RGB (Red+Green+Blue) = 58+125+4=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 125 (49.22% from 255 or 66.84% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7D04 is #C582FB. Grayscale: #5B5B5B. Windows color (decimal): -12944124 or 294202. OLE color: 294202.
HSL color Cylindrical-coordinate representation of color #3A7D04: hue angle of 93.22º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A7D04 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 4 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.51 |
| HSL | 93.22º | 0.94% | 0.25% | - |
| HSV(B) | 93.22º | 0.97% | 0.49% | - |
| XYZ | 9.1 | 15.58 | 2.64 | - |
| YUV | 91.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 4 | 0.54 | 0 | 0.97 | 0.51 | 93.22 | 0.94 | 0.25 |
| Hex | 3A | 7D | 4 | 36 | 0 | 61 | 33 | 5D | 5E | 19 |
| Octal | 72 | 175 | 4 | 66 | 0 | 141 | 63 | 135 | 136 | 31 |
| Binary | 111010 | 1111101 | 100 | 110110 | 0 | 1100001 | 110011 | 1011101 | 1011110 | 11001 |
Color Harmonies of #3A7D04
Complementary color
Monochromatic Colors of #3A7D04
Black with #3A7D04
Text Example
Text Example
White with #3A7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D04; }
p { color: rgb(58,125,4); }
H1.HeaderClassName
{
color: #3A7D04;
}
.AnyTagClassName
{
color: #3A7D04;
}
</style>
background-color css
<style>
a { background-color: #3A7D04; }
a { background-color: rgb(58,125,4); }
div.DivClassName
{
background-color: #3A7D04;
}
.BgClassName
{
background-color: #3A7D04;
}
</style>
border-color css
<style>
span { border-color: #3A7D04; }
span { border-color: rgb(58,125,4); }
td.TdClassName
{
border-color: #3A7D04;
}
.TagClassName
{
border-color: #3A7D04;
}
</style>