Shades of Bilbao #3A732B
Tints of Bilbao #3A732B
RGB
CMYK
RGB Variations
Color information
#3A732B (or 0x3A732B) is known color: Bilbao. HEX triplet: 3A, 73 and 2B. RGB value is (58,115,43). Sum of RGB (Red+Green+Blue) = 58+115+43=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #3A732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A732B is #C58CD4. Grayscale: #595959. Windows color (decimal): -12946645 or 2847546. OLE color: 2847546.
HSL color Cylindrical-coordinate representation of color #3A732B: hue angle of 107.5º 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 #3A732B is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 43 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.55 |
| HSL | 107.5º | 0.46% | 0.31% | - |
| HSV(B) | 107.5º | 0.63% | 0.45% | - |
| XYZ | 8.31 | 13.34 | 4.42 | - |
| YUV | 89.75 | 101.62 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 43 | 0.50 | 0 | 0.63 | 0.55 | 107.5 | 0.46 | 0.31 |
| Hex | 3A | 73 | 2B | 32 | 0 | 3F | 37 | 6C | 2E | 1F |
| Octal | 72 | 163 | 53 | 62 | 0 | 77 | 67 | 154 | 56 | 37 |
| Binary | 111010 | 1110011 | 101011 | 110010 | 0 | 111111 | 110111 | 1101100 | 101110 | 11111 |
Color Harmonies of #3A732B
Complementary color
Monochromatic Colors of #3A732B
Black with #3A732B
Text Example
Text Example
White with #3A732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A732B; }
p { color: rgb(58,115,43); }
H1.HeaderClassName
{
color: #3A732B;
}
.AnyTagClassName
{
color: #3A732B;
}
</style>
background-color css
<style>
a { background-color: #3A732B; }
a { background-color: rgb(58,115,43); }
div.DivClassName
{
background-color: #3A732B;
}
.BgClassName
{
background-color: #3A732B;
}
</style>
border-color css
<style>
span { border-color: #3A732B; }
span { border-color: rgb(58,115,43); }
td.TdClassName
{
border-color: #3A732B;
}
.TagClassName
{
border-color: #3A732B;
}
</style>