Shades of Bilbao #3A742D
Tints of Bilbao #3A742D
RGB
CMYK
RGB Variations
Color information
#3A742D (or 0x3A742D) is known color: Bilbao. HEX triplet: 3A, 74 and 2D. RGB value is (58,116,45). Sum of RGB (Red+Green+Blue) = 58+116+45=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #3A742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A742D is #C58BD2. Grayscale: #5A5A5A. Windows color (decimal): -12946387 or 2978874. OLE color: 2978874.
HSL color Cylindrical-coordinate representation of color #3A742D: hue angle of 109.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A742D is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 45 | - |
| CMYK | 0.5 | 0 | 0.61 | 0.55 |
| HSL | 109.01º | 0.44% | 0.32% | - |
| HSV(B) | 109.01º | 0.61% | 0.45% | - |
| XYZ | 8.46 | 13.58 | 4.66 | - |
| YUV | 90.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 45 | 0.5 | 0 | 0.61 | 0.55 | 109.01 | 0.44 | 0.32 |
| Hex | 3A | 74 | 2D | 32 | 0 | 3D | 37 | 6D | 2C | 20 |
| Octal | 72 | 164 | 55 | 62 | 0 | 75 | 67 | 155 | 54 | 40 |
| Binary | 111010 | 1110100 | 101101 | 110010 | 0 | 111101 | 110111 | 1101101 | 101100 | 100000 |
Color Harmonies of #3A742D
Complementary color
Monochromatic Colors of #3A742D
Black with #3A742D
Text Example
Text Example
White with #3A742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A742D; }
p { color: rgb(58,116,45); }
H1.HeaderClassName
{
color: #3A742D;
}
.AnyTagClassName
{
color: #3A742D;
}
</style>
background-color css
<style>
a { background-color: #3A742D; }
a { background-color: rgb(58,116,45); }
div.DivClassName
{
background-color: #3A742D;
}
.BgClassName
{
background-color: #3A742D;
}
</style>
border-color css
<style>
span { border-color: #3A742D; }
span { border-color: rgb(58,116,45); }
td.TdClassName
{
border-color: #3A742D;
}
.TagClassName
{
border-color: #3A742D;
}
</style>