Shades of Bilbao #3C7210
Tints of Bilbao #3C7210
RGB
CMYK
RGB Variations
Color information
#3C7210 (or 0x3C7210) is known color: Bilbao. HEX triplet: 3C, 72 and 10. RGB value is (60,114,16). Sum of RGB (Red+Green+Blue) = 60+114+16=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7210 is #C38DEF. Grayscale: #575757. Windows color (decimal): -12815856 or 1077820. OLE color: 1077820.
HSL color Cylindrical-coordinate representation of color #3C7210: hue angle of 93.06º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C7210 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 16 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.55 |
| HSL | 93.06º | 0.75% | 0.25% | - |
| HSV(B) | 93.06º | 0.86% | 0.45% | - |
| XYZ | 7.97 | 13.03 | 2.59 | - |
| YUV | 86.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 16 | 0.47 | 0 | 0.86 | 0.55 | 93.06 | 0.75 | 0.25 |
| Hex | 3C | 72 | 10 | 2F | 0 | 56 | 37 | 5D | 4B | 19 |
| Octal | 74 | 162 | 20 | 57 | 0 | 126 | 67 | 135 | 113 | 31 |
| Binary | 111100 | 1110010 | 10000 | 101111 | 0 | 1010110 | 110111 | 1011101 | 1001011 | 11001 |
Color Harmonies of #3C7210
Complementary color
Monochromatic Colors of #3C7210
Black with #3C7210
Text Example
Text Example
White with #3C7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7210; }
p { color: rgb(60,114,16); }
H1.HeaderClassName
{
color: #3C7210;
}
.AnyTagClassName
{
color: #3C7210;
}
</style>
background-color css
<style>
a { background-color: #3C7210; }
a { background-color: rgb(60,114,16); }
div.DivClassName
{
background-color: #3C7210;
}
.BgClassName
{
background-color: #3C7210;
}
</style>
border-color css
<style>
span { border-color: #3C7210; }
span { border-color: rgb(60,114,16); }
td.TdClassName
{
border-color: #3C7210;
}
.TagClassName
{
border-color: #3C7210;
}
</style>