Shades of Bilbao #3A7020
Tints of Bilbao #3A7020
RGB
CMYK
RGB Variations
Color information
#3A7020 (or 0x3A7020) is known color: Bilbao. HEX triplet: 3A, 70 and 20. RGB value is (58,112,32). Sum of RGB (Red+Green+Blue) = 58+112+32=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7020 is #C58FDF. Grayscale: #565656. Windows color (decimal): -12947424 or 2125882. OLE color: 2125882.
HSL color Cylindrical-coordinate representation of color #3A7020: hue angle of 100.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A7020 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 32 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.56 |
| HSL | 100.5º | 0.56% | 0.28% | - |
| HSV(B) | 100.5º | 0.71% | 0.44% | - |
| XYZ | 7.8 | 12.59 | 3.39 | - |
| YUV | 86.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 32 | 0.48 | 0 | 0.71 | 0.56 | 100.5 | 0.56 | 0.28 |
| Hex | 3A | 70 | 20 | 30 | 0 | 47 | 38 | 64 | 38 | 1C |
| Octal | 72 | 160 | 40 | 60 | 0 | 107 | 70 | 144 | 70 | 34 |
| Binary | 111010 | 1110000 | 100000 | 110000 | 0 | 1000111 | 111000 | 1100100 | 111000 | 11100 |
Color Harmonies of #3A7020
Complementary color
Monochromatic Colors of #3A7020
Black with #3A7020
Text Example
Text Example
White with #3A7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7020; }
p { color: rgb(58,112,32); }
H1.HeaderClassName
{
color: #3A7020;
}
.AnyTagClassName
{
color: #3A7020;
}
</style>
background-color css
<style>
a { background-color: #3A7020; }
a { background-color: rgb(58,112,32); }
div.DivClassName
{
background-color: #3A7020;
}
.BgClassName
{
background-color: #3A7020;
}
</style>
border-color css
<style>
span { border-color: #3A7020; }
span { border-color: rgb(58,112,32); }
td.TdClassName
{
border-color: #3A7020;
}
.TagClassName
{
border-color: #3A7020;
}
</style>