Shades of Bilbao #3A731D
Tints of Bilbao #3A731D
RGB
CMYK
RGB Variations
Color information
#3A731D (or 0x3A731D) is known color: Bilbao. HEX triplet: 3A, 73 and 1D. RGB value is (58,115,29). Sum of RGB (Red+Green+Blue) = 58+115+29=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #3A731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A731D is #C58CE2. Grayscale: #585858. Windows color (decimal): -12946659 or 1930042. OLE color: 1930042.
HSL color Cylindrical-coordinate representation of color #3A731D: hue angle of 99.77º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A731D is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 29 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.55 |
| HSL | 99.77º | 0.6% | 0.28% | - |
| HSV(B) | 99.77º | 0.75% | 0.45% | - |
| XYZ | 8.1 | 13.25 | 3.29 | - |
| YUV | 88.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 29 | 0.50 | 0 | 0.75 | 0.55 | 99.77 | 0.6 | 0.28 |
| Hex | 3A | 73 | 1D | 32 | 0 | 4B | 37 | 64 | 3C | 1C |
| Octal | 72 | 163 | 35 | 62 | 0 | 113 | 67 | 144 | 74 | 34 |
| Binary | 111010 | 1110011 | 11101 | 110010 | 0 | 1001011 | 110111 | 1100100 | 111100 | 11100 |
Color Harmonies of #3A731D
Complementary color
Monochromatic Colors of #3A731D
Black with #3A731D
Text Example
Text Example
White with #3A731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A731D; }
p { color: rgb(58,115,29); }
H1.HeaderClassName
{
color: #3A731D;
}
.AnyTagClassName
{
color: #3A731D;
}
</style>
background-color css
<style>
a { background-color: #3A731D; }
a { background-color: rgb(58,115,29); }
div.DivClassName
{
background-color: #3A731D;
}
.BgClassName
{
background-color: #3A731D;
}
</style>
border-color css
<style>
span { border-color: #3A731D; }
span { border-color: rgb(58,115,29); }
td.TdClassName
{
border-color: #3A731D;
}
.TagClassName
{
border-color: #3A731D;
}
</style>