Shades of Bilbao #3A7312
Tints of Bilbao #3A7312
RGB
CMYK
RGB Variations
Color information
#3A7312 (or 0x3A7312) is known color: Bilbao. HEX triplet: 3A, 73 and 12. RGB value is (58,115,18). Sum of RGB (Red+Green+Blue) = 58+115+18=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7312 is #C58CED. Grayscale: #575757. Windows color (decimal): -12946670 or 1209146. OLE color: 1209146.
HSL color Cylindrical-coordinate representation of color #3A7312: hue angle of 95.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A7312 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 18 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.55 |
| HSL | 95.26º | 0.73% | 0.26% | - |
| HSV(B) | 95.26º | 0.84% | 0.45% | - |
| XYZ | 7.98 | 13.2 | 2.7 | - |
| YUV | 86.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 18 | 0.50 | 0 | 0.84 | 0.55 | 95.26 | 0.73 | 0.26 |
| Hex | 3A | 73 | 12 | 32 | 0 | 54 | 37 | 5F | 49 | 1A |
| Octal | 72 | 163 | 22 | 62 | 0 | 124 | 67 | 137 | 111 | 32 |
| Binary | 111010 | 1110011 | 10010 | 110010 | 0 | 1010100 | 110111 | 1011111 | 1001001 | 11010 |
Color Harmonies of #3A7312
Complementary color
Monochromatic Colors of #3A7312
Black with #3A7312
Text Example
Text Example
White with #3A7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7312; }
p { color: rgb(58,115,18); }
H1.HeaderClassName
{
color: #3A7312;
}
.AnyTagClassName
{
color: #3A7312;
}
</style>
background-color css
<style>
a { background-color: #3A7312; }
a { background-color: rgb(58,115,18); }
div.DivClassName
{
background-color: #3A7312;
}
.BgClassName
{
background-color: #3A7312;
}
</style>
border-color css
<style>
span { border-color: #3A7312; }
span { border-color: rgb(58,115,18); }
td.TdClassName
{
border-color: #3A7312;
}
.TagClassName
{
border-color: #3A7312;
}
</style>