Shades of Bilbao #3A7009
Tints of Bilbao #3A7009
RGB
CMYK
RGB Variations
Color information
#3A7009 (or 0x3A7009) is known color: Bilbao. HEX triplet: 3A, 70 and 09. RGB value is (58,112,9). Sum of RGB (Red+Green+Blue) = 58+112+9=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7009 is #C58FF6. Grayscale: #545454. Windows color (decimal): -12947447 or 618554. OLE color: 618554.
HSL color Cylindrical-coordinate representation of color #3A7009: hue angle of 91.46º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A7009 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 9 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.56 |
| HSL | 91.46º | 0.85% | 0.24% | - |
| HSV(B) | 91.46º | 0.92% | 0.44% | - |
| XYZ | 7.59 | 12.51 | 2.27 | - |
| YUV | 84.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 9 | 0.48 | 0 | 0.92 | 0.56 | 91.46 | 0.85 | 0.24 |
| Hex | 3A | 70 | 9 | 30 | 0 | 5C | 38 | 5B | 55 | 18 |
| Octal | 72 | 160 | 11 | 60 | 0 | 134 | 70 | 133 | 125 | 30 |
| Binary | 111010 | 1110000 | 1001 | 110000 | 0 | 1011100 | 111000 | 1011011 | 1010101 | 11000 |
Color Harmonies of #3A7009
Complementary color
Monochromatic Colors of #3A7009
Black with #3A7009
Text Example
Text Example
White with #3A7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7009; }
p { color: rgb(58,112,9); }
H1.HeaderClassName
{
color: #3A7009;
}
.AnyTagClassName
{
color: #3A7009;
}
</style>
background-color css
<style>
a { background-color: #3A7009; }
a { background-color: rgb(58,112,9); }
div.DivClassName
{
background-color: #3A7009;
}
.BgClassName
{
background-color: #3A7009;
}
</style>
border-color css
<style>
span { border-color: #3A7009; }
span { border-color: rgb(58,112,9); }
td.TdClassName
{
border-color: #3A7009;
}
.TagClassName
{
border-color: #3A7009;
}
</style>