Shades of Bilbao #3A732C
Tints of Bilbao #3A732C
RGB
CMYK
RGB Variations
Color information
#3A732C (or 0x3A732C) is known color: Bilbao. HEX triplet: 3A, 73 and 2C. RGB value is (58,115,44). Sum of RGB (Red+Green+Blue) = 58+115+44=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #3A732C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A732C is #C58CD3. Grayscale: #5A5A5A. Windows color (decimal): -12946644 or 2913082. OLE color: 2913082.
HSL color Cylindrical-coordinate representation of color #3A732C: hue angle of 108.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A732C is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 44 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.55 |
| HSL | 108.17º | 0.45% | 0.31% | - |
| HSV(B) | 108.17º | 0.62% | 0.45% | - |
| XYZ | 8.33 | 13.34 | 4.52 | - |
| YUV | 89.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 44 | 0.50 | 0 | 0.62 | 0.55 | 108.17 | 0.45 | 0.31 |
| Hex | 3A | 73 | 2C | 32 | 0 | 3E | 37 | 6C | 2D | 1F |
| Octal | 72 | 163 | 54 | 62 | 0 | 76 | 67 | 154 | 55 | 37 |
| Binary | 111010 | 1110011 | 101100 | 110010 | 0 | 111110 | 110111 | 1101100 | 101101 | 11111 |
Color Harmonies of #3A732C
Complementary color
Monochromatic Colors of #3A732C
Black with #3A732C
Text Example
Text Example
White with #3A732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A732C; }
p { color: rgb(58,115,44); }
H1.HeaderClassName
{
color: #3A732C;
}
.AnyTagClassName
{
color: #3A732C;
}
</style>
background-color css
<style>
a { background-color: #3A732C; }
a { background-color: rgb(58,115,44); }
div.DivClassName
{
background-color: #3A732C;
}
.BgClassName
{
background-color: #3A732C;
}
</style>
border-color css
<style>
span { border-color: #3A732C; }
span { border-color: rgb(58,115,44); }
td.TdClassName
{
border-color: #3A732C;
}
.TagClassName
{
border-color: #3A732C;
}
</style>