Shades of Bilbao #3C732E
Tints of Bilbao #3C732E
RGB
CMYK
RGB Variations
Color information
#3C732E (or 0x3C732E) is known color: Bilbao. HEX triplet: 3C, 73 and 2E. RGB value is (60,115,46). Sum of RGB (Red+Green+Blue) = 60+115+46=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #3C732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C732E is #C38CD1. Grayscale: #5A5A5A. Windows color (decimal): -12815570 or 3044156. OLE color: 3044156.
HSL color Cylindrical-coordinate representation of color #3C732E: hue angle of 107.83º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C732E is Cyan = 0.48, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 46 | - |
| CMYK | 0.48 | 0 | 0.6 | 0.55 |
| HSL | 107.83º | 0.43% | 0.32% | - |
| HSV(B) | 107.83º | 0.6% | 0.45% | - |
| XYZ | 8.49 | 13.42 | 4.73 | - |
| YUV | 90.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 46 | 0.48 | 0 | 0.6 | 0.55 | 107.83 | 0.43 | 0.32 |
| Hex | 3C | 73 | 2E | 30 | 0 | 3C | 37 | 6C | 2B | 20 |
| Octal | 74 | 163 | 56 | 60 | 0 | 74 | 67 | 154 | 53 | 40 |
| Binary | 111100 | 1110011 | 101110 | 110000 | 0 | 111100 | 110111 | 1101100 | 101011 | 100000 |
Color Harmonies of #3C732E
Complementary color
Monochromatic Colors of #3C732E
Black with #3C732E
Text Example
Text Example
White with #3C732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C732E; }
p { color: rgb(60,115,46); }
H1.HeaderClassName
{
color: #3C732E;
}
.AnyTagClassName
{
color: #3C732E;
}
</style>
background-color css
<style>
a { background-color: #3C732E; }
a { background-color: rgb(60,115,46); }
div.DivClassName
{
background-color: #3C732E;
}
.BgClassName
{
background-color: #3C732E;
}
</style>
border-color css
<style>
span { border-color: #3C732E; }
span { border-color: rgb(60,115,46); }
td.TdClassName
{
border-color: #3C732E;
}
.TagClassName
{
border-color: #3C732E;
}
</style>