Shades of Bilbao #3C732D
Tints of Bilbao #3C732D
RGB
CMYK
RGB Variations
Color information
#3C732D (or 0x3C732D) is known color: Bilbao. HEX triplet: 3C, 73 and 2D. RGB value is (60,115,45). Sum of RGB (Red+Green+Blue) = 60+115+45=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #3C732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C732D is #C38CD2. Grayscale: #5A5A5A. Windows color (decimal): -12815571 or 2978620. OLE color: 2978620.
HSL color Cylindrical-coordinate representation of color #3C732D: 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 #3C732D is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 45 | - |
| 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.47 | 13.41 | 4.63 | - |
| YUV | 90.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 45 | 0.48 | 0 | 0.61 | 0.55 | 107.14 | 0.44 | 0.31 |
| Hex | 3C | 73 | 2D | 30 | 0 | 3D | 37 | 6B | 2C | 1F |
| Octal | 74 | 163 | 55 | 60 | 0 | 75 | 67 | 153 | 54 | 37 |
| Binary | 111100 | 1110011 | 101101 | 110000 | 0 | 111101 | 110111 | 1101011 | 101100 | 11111 |
Color Harmonies of #3C732D
Complementary color
Monochromatic Colors of #3C732D
Black with #3C732D
Text Example
Text Example
White with #3C732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C732D; }
p { color: rgb(60,115,45); }
H1.HeaderClassName
{
color: #3C732D;
}
.AnyTagClassName
{
color: #3C732D;
}
</style>
background-color css
<style>
a { background-color: #3C732D; }
a { background-color: rgb(60,115,45); }
div.DivClassName
{
background-color: #3C732D;
}
.BgClassName
{
background-color: #3C732D;
}
</style>
border-color css
<style>
span { border-color: #3C732D; }
span { border-color: rgb(60,115,45); }
td.TdClassName
{
border-color: #3C732D;
}
.TagClassName
{
border-color: #3C732D;
}
</style>