Shades of Bilbao #3A7025
Tints of Bilbao #3A7025
RGB
CMYK
RGB Variations
Color information
#3A7025 (or 0x3A7025) is known color: Bilbao. HEX triplet: 3A, 70 and 25. RGB value is (58,112,37). Sum of RGB (Red+Green+Blue) = 58+112+37=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7025 is #C58FDA. Grayscale: #575757. Windows color (decimal): -12947419 or 2453562. OLE color: 2453562.
HSL color Cylindrical-coordinate representation of color #3A7025: hue angle of 103.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A7025 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 37 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.56 |
| HSL | 103.2º | 0.5% | 0.29% | - |
| HSV(B) | 103.2º | 0.67% | 0.44% | - |
| XYZ | 7.87 | 12.62 | 3.77 | - |
| YUV | 87.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 37 | 0.48 | 0 | 0.67 | 0.56 | 103.2 | 0.5 | 0.29 |
| Hex | 3A | 70 | 25 | 30 | 0 | 43 | 38 | 67 | 32 | 1D |
| Octal | 72 | 160 | 45 | 60 | 0 | 103 | 70 | 147 | 62 | 35 |
| Binary | 111010 | 1110000 | 100101 | 110000 | 0 | 1000011 | 111000 | 1100111 | 110010 | 11101 |
Color Harmonies of #3A7025
Complementary color
Monochromatic Colors of #3A7025
Black with #3A7025
Text Example
Text Example
White with #3A7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7025; }
p { color: rgb(58,112,37); }
H1.HeaderClassName
{
color: #3A7025;
}
.AnyTagClassName
{
color: #3A7025;
}
</style>
background-color css
<style>
a { background-color: #3A7025; }
a { background-color: rgb(58,112,37); }
div.DivClassName
{
background-color: #3A7025;
}
.BgClassName
{
background-color: #3A7025;
}
</style>
border-color css
<style>
span { border-color: #3A7025; }
span { border-color: rgb(58,112,37); }
td.TdClassName
{
border-color: #3A7025;
}
.TagClassName
{
border-color: #3A7025;
}
</style>