Shades of Bilbao #3C6D11
Tints of Bilbao #3C6D11
RGB
CMYK
RGB Variations
Color information
#3C6D11 (or 0x3C6D11) is known color: Bilbao. HEX triplet: 3C, 6D and 11. RGB value is (60,109,17). Sum of RGB (Red+Green+Blue) = 60+109+17=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6D11 is #C392EE. Grayscale: #545454. Windows color (decimal): -12817135 or 1142076. OLE color: 1142076.
HSL color Cylindrical-coordinate representation of color #3C6D11: hue angle of 91.96º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C6D11 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 109 | 17 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.57 |
| HSL | 91.96º | 0.73% | 0.25% | - |
| HSV(B) | 91.96º | 0.84% | 0.43% | - |
| XYZ | 7.43 | 11.94 | 2.44 | - |
| YUV | 83.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 17 | 0.45 | 0 | 0.84 | 0.57 | 91.96 | 0.73 | 0.25 |
| Hex | 3C | 6D | 11 | 2D | 0 | 54 | 39 | 5C | 49 | 19 |
| Octal | 74 | 155 | 21 | 55 | 0 | 124 | 71 | 134 | 111 | 31 |
| Binary | 111100 | 1101101 | 10001 | 101101 | 0 | 1010100 | 111001 | 1011100 | 1001001 | 11001 |
Color Harmonies of #3C6D11
Complementary color
Monochromatic Colors of #3C6D11
Black with #3C6D11
Text Example
Text Example
White with #3C6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6D11; }
p { color: rgb(60,109,17); }
H1.HeaderClassName
{
color: #3C6D11;
}
.AnyTagClassName
{
color: #3C6D11;
}
</style>
background-color css
<style>
a { background-color: #3C6D11; }
a { background-color: rgb(60,109,17); }
div.DivClassName
{
background-color: #3C6D11;
}
.BgClassName
{
background-color: #3C6D11;
}
</style>
border-color css
<style>
span { border-color: #3C6D11; }
span { border-color: rgb(60,109,17); }
td.TdClassName
{
border-color: #3C6D11;
}
.TagClassName
{
border-color: #3C6D11;
}
</style>