Shades of Bilbao #3A742E
Tints of Bilbao #3A742E
RGB
CMYK
RGB Variations
Color information
#3A742E (or 0x3A742E) is known color: Bilbao. HEX triplet: 3A, 74 and 2E. RGB value is (58,116,46). Sum of RGB (Red+Green+Blue) = 58+116+46=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #3A742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A742E is #C58BD1. Grayscale: #5A5A5A. Windows color (decimal): -12946386 or 3044410. OLE color: 3044410.
HSL color Cylindrical-coordinate representation of color #3A742E: hue angle of 109.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A742E is Cyan = 0.5, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 46 | - |
| CMYK | 0.5 | 0 | 0.60 | 0.55 |
| HSL | 109.71º | 0.43% | 0.32% | - |
| HSV(B) | 109.71º | 0.6% | 0.45% | - |
| XYZ | 8.48 | 13.59 | 4.76 | - |
| YUV | 90.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 46 | 0.5 | 0 | 0.60 | 0.55 | 109.71 | 0.43 | 0.32 |
| Hex | 3A | 74 | 2E | 32 | 0 | 3C | 37 | 6E | 2B | 20 |
| Octal | 72 | 164 | 56 | 62 | 0 | 74 | 67 | 156 | 53 | 40 |
| Binary | 111010 | 1110100 | 101110 | 110010 | 0 | 111100 | 110111 | 1101110 | 101011 | 100000 |
Color Harmonies of #3A742E
Complementary color
Monochromatic Colors of #3A742E
Black with #3A742E
Text Example
Text Example
White with #3A742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A742E; }
p { color: rgb(58,116,46); }
H1.HeaderClassName
{
color: #3A742E;
}
.AnyTagClassName
{
color: #3A742E;
}
</style>
background-color css
<style>
a { background-color: #3A742E; }
a { background-color: rgb(58,116,46); }
div.DivClassName
{
background-color: #3A742E;
}
.BgClassName
{
background-color: #3A742E;
}
</style>
border-color css
<style>
span { border-color: #3A742E; }
span { border-color: rgb(58,116,46); }
td.TdClassName
{
border-color: #3A742E;
}
.TagClassName
{
border-color: #3A742E;
}
</style>