Shades of Bilbao #3B722C
Tints of Bilbao #3B722C
RGB
CMYK
RGB Variations
Color information
#3B722C (or 0x3B722C) is known color: Bilbao. HEX triplet: 3B, 72 and 2C. RGB value is (59,114,44). Sum of RGB (Red+Green+Blue) = 59+114+44=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #3B722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B722C is #C48DD3. Grayscale: #595959. Windows color (decimal): -12881364 or 2912827. OLE color: 2912827.
HSL color Cylindrical-coordinate representation of color #3B722C: hue angle of 107.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B722C is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 44 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.55 |
| HSL | 107.14º | 0.44% | 0.31% | - |
| HSV(B) | 107.14º | 0.61% | 0.45% | - |
| XYZ | 8.28 | 13.15 | 4.48 | - |
| YUV | 89.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 44 | 0.48 | 0 | 0.61 | 0.55 | 107.14 | 0.44 | 0.31 |
| Hex | 3B | 72 | 2C | 30 | 0 | 3D | 37 | 6B | 2C | 1F |
| Octal | 73 | 162 | 54 | 60 | 0 | 75 | 67 | 153 | 54 | 37 |
| Binary | 111011 | 1110010 | 101100 | 110000 | 0 | 111101 | 110111 | 1101011 | 101100 | 11111 |
Color Harmonies of #3B722C
Complementary color
Monochromatic Colors of #3B722C
Black with #3B722C
Text Example
Text Example
White with #3B722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B722C; }
p { color: rgb(59,114,44); }
H1.HeaderClassName
{
color: #3B722C;
}
.AnyTagClassName
{
color: #3B722C;
}
</style>
background-color css
<style>
a { background-color: #3B722C; }
a { background-color: rgb(59,114,44); }
div.DivClassName
{
background-color: #3B722C;
}
.BgClassName
{
background-color: #3B722C;
}
</style>
border-color css
<style>
span { border-color: #3B722C; }
span { border-color: rgb(59,114,44); }
td.TdClassName
{
border-color: #3B722C;
}
.TagClassName
{
border-color: #3B722C;
}
</style>