Shades of Bilbao #3A752E
Tints of Bilbao #3A752E
RGB
CMYK
RGB Variations
Color information
#3A752E (or 0x3A752E) is known color: Bilbao. HEX triplet: 3A, 75 and 2E. RGB value is (58,117,46). Sum of RGB (Red+Green+Blue) = 58+117+46=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #3A752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A752E is #C58AD1. Grayscale: #5B5B5B. Windows color (decimal): -12946130 or 3044666. OLE color: 3044666.
HSL color Cylindrical-coordinate representation of color #3A752E: hue angle of 109.86º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A752E is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 46 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.54 |
| HSL | 109.86º | 0.44% | 0.32% | - |
| HSV(B) | 109.86º | 0.61% | 0.46% | - |
| XYZ | 8.6 | 13.82 | 4.8 | - |
| YUV | 91.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 46 | 0.50 | 0 | 0.61 | 0.54 | 109.86 | 0.44 | 0.32 |
| Hex | 3A | 75 | 2E | 32 | 0 | 3D | 36 | 6E | 2C | 20 |
| Octal | 72 | 165 | 56 | 62 | 0 | 75 | 66 | 156 | 54 | 40 |
| Binary | 111010 | 1110101 | 101110 | 110010 | 0 | 111101 | 110110 | 1101110 | 101100 | 100000 |
Color Harmonies of #3A752E
Complementary color
Monochromatic Colors of #3A752E
Black with #3A752E
Text Example
Text Example
White with #3A752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A752E; }
p { color: rgb(58,117,46); }
H1.HeaderClassName
{
color: #3A752E;
}
.AnyTagClassName
{
color: #3A752E;
}
</style>
background-color css
<style>
a { background-color: #3A752E; }
a { background-color: rgb(58,117,46); }
div.DivClassName
{
background-color: #3A752E;
}
.BgClassName
{
background-color: #3A752E;
}
</style>
border-color css
<style>
span { border-color: #3A752E; }
span { border-color: rgb(58,117,46); }
td.TdClassName
{
border-color: #3A752E;
}
.TagClassName
{
border-color: #3A752E;
}
</style>