Shades of Bilbao #3A732A
Tints of Bilbao #3A732A
RGB
CMYK
RGB Variations
Color information
#3A732A (or 0x3A732A) is known color: Bilbao. HEX triplet: 3A, 73 and 2A. RGB value is (58,115,42). Sum of RGB (Red+Green+Blue) = 58+115+42=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #3A732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A732A is #C58CD5. Grayscale: #595959. Windows color (decimal): -12946646 or 2782010. OLE color: 2782010.
HSL color Cylindrical-coordinate representation of color #3A732A: hue angle of 106.85º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A732A is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 42 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.55 |
| HSL | 106.85º | 0.46% | 0.31% | - |
| HSV(B) | 106.85º | 0.63% | 0.45% | - |
| XYZ | 8.29 | 13.33 | 4.33 | - |
| YUV | 89.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 42 | 0.50 | 0 | 0.63 | 0.55 | 106.85 | 0.46 | 0.31 |
| Hex | 3A | 73 | 2A | 32 | 0 | 3F | 37 | 6B | 2E | 1F |
| Octal | 72 | 163 | 52 | 62 | 0 | 77 | 67 | 153 | 56 | 37 |
| Binary | 111010 | 1110011 | 101010 | 110010 | 0 | 111111 | 110111 | 1101011 | 101110 | 11111 |
Color Harmonies of #3A732A
Complementary color
Monochromatic Colors of #3A732A
Black with #3A732A
Text Example
Text Example
White with #3A732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A732A; }
p { color: rgb(58,115,42); }
H1.HeaderClassName
{
color: #3A732A;
}
.AnyTagClassName
{
color: #3A732A;
}
</style>
background-color css
<style>
a { background-color: #3A732A; }
a { background-color: rgb(58,115,42); }
div.DivClassName
{
background-color: #3A732A;
}
.BgClassName
{
background-color: #3A732A;
}
</style>
border-color css
<style>
span { border-color: #3A732A; }
span { border-color: rgb(58,115,42); }
td.TdClassName
{
border-color: #3A732A;
}
.TagClassName
{
border-color: #3A732A;
}
</style>