Shades of Bilbao #3A7000
Tints of Bilbao #3A7000
RGB
CMYK
RGB Variations
Color information
#3A7000 (or 0x3A7000) is known color: Bilbao. HEX triplet: 3A, 70 and 00. RGB value is (58,112,0). Sum of RGB (Red+Green+Blue) = 58+112+0=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7000 is #C58FFF. Grayscale: #535353. Windows color (decimal): -12947456 or 28730. OLE color: 28730.
HSL color Cylindrical-coordinate representation of color #3A7000: hue angle of 88.93º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A7000 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.56 |
| HSL | 88.93º | 1% | 0.22% | - |
| HSV(B) | 88.93º | 1% | 0.44% | - |
| XYZ | 7.54 | 12.49 | 2.01 | - |
| YUV | 83.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 0 | 0.48 | 0 | 1 | 0.56 | 88.93 | 1 | 0.22 |
| Hex | 3A | 70 | 0 | 30 | 0 | 64 | 38 | 59 | 64 | 16 |
| Octal | 72 | 160 | 0 | 60 | 0 | 144 | 70 | 131 | 144 | 26 |
| Binary | 111010 | 1110000 | 0 | 110000 | 0 | 1100100 | 111000 | 1011001 | 1100100 | 10110 |
Color Harmonies of #3A7000
Complementary color
Monochromatic Colors of #3A7000
Black with #3A7000
Text Example
Text Example
White with #3A7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7000; }
p { color: rgb(58,112,0); }
H1.HeaderClassName
{
color: #3A7000;
}
.AnyTagClassName
{
color: #3A7000;
}
</style>
background-color css
<style>
a { background-color: #3A7000; }
a { background-color: rgb(58,112,0); }
div.DivClassName
{
background-color: #3A7000;
}
.BgClassName
{
background-color: #3A7000;
}
</style>
border-color css
<style>
span { border-color: #3A7000; }
span { border-color: rgb(58,112,0); }
td.TdClassName
{
border-color: #3A7000;
}
.TagClassName
{
border-color: #3A7000;
}
</style>