Shades of Bilbao #3A7325
Tints of Bilbao #3A7325
RGB
CMYK
RGB Variations
Color information
#3A7325 (or 0x3A7325) is known color: Bilbao. HEX triplet: 3A, 73 and 25. RGB value is (58,115,37). Sum of RGB (Red+Green+Blue) = 58+115+37=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7325 is #C58CDA. Grayscale: #595959. Windows color (decimal): -12946651 or 2454330. OLE color: 2454330.
HSL color Cylindrical-coordinate representation of color #3A7325: hue angle of 103.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A7325 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 37 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.55 |
| HSL | 103.85º | 0.51% | 0.3% | - |
| HSV(B) | 103.85º | 0.68% | 0.45% | - |
| XYZ | 8.21 | 13.29 | 3.88 | - |
| YUV | 89.07 | 98.62 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 37 | 0.50 | 0 | 0.68 | 0.55 | 103.85 | 0.51 | 0.3 |
| Hex | 3A | 73 | 25 | 32 | 0 | 44 | 37 | 68 | 33 | 1E |
| Octal | 72 | 163 | 45 | 62 | 0 | 104 | 67 | 150 | 63 | 36 |
| Binary | 111010 | 1110011 | 100101 | 110010 | 0 | 1000100 | 110111 | 1101000 | 110011 | 11110 |
Color Harmonies of #3A7325
Complementary color
Monochromatic Colors of #3A7325
Black with #3A7325
Text Example
Text Example
White with #3A7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7325; }
p { color: rgb(58,115,37); }
H1.HeaderClassName
{
color: #3A7325;
}
.AnyTagClassName
{
color: #3A7325;
}
</style>
background-color css
<style>
a { background-color: #3A7325; }
a { background-color: rgb(58,115,37); }
div.DivClassName
{
background-color: #3A7325;
}
.BgClassName
{
background-color: #3A7325;
}
</style>
border-color css
<style>
span { border-color: #3A7325; }
span { border-color: rgb(58,115,37); }
td.TdClassName
{
border-color: #3A7325;
}
.TagClassName
{
border-color: #3A7325;
}
</style>