Shades of Bilbao #3C8616
Tints of Bilbao #3C8616
RGB
CMYK
RGB Variations
Color information
#3C8616 (or 0x3C8616) is known color: Bilbao. HEX triplet: 3C, 86 and 16. RGB value is (60,134,22). Sum of RGB (Red+Green+Blue) = 60+134+22=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8616 is #C379E9. Grayscale: #636363. Windows color (decimal): -12810730 or 1476156. OLE color: 1476156.
HSL color Cylindrical-coordinate representation of color #3C8616: hue angle of 99.64º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C8616 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 22 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.47 |
| HSL | 99.64º | 0.72% | 0.31% | - |
| HSV(B) | 99.64º | 0.84% | 0.53% | - |
| XYZ | 10.53 | 18.07 | 3.69 | - |
| YUV | 99.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 22 | 0.55 | 0 | 0.84 | 0.47 | 99.64 | 0.72 | 0.31 |
| Hex | 3C | 86 | 16 | 37 | 0 | 54 | 2F | 64 | 48 | 1F |
| Octal | 74 | 206 | 26 | 67 | 0 | 124 | 57 | 144 | 110 | 37 |
| Binary | 111100 | 10000110 | 10110 | 110111 | 0 | 1010100 | 101111 | 1100100 | 1001000 | 11111 |
Color Harmonies of #3C8616
Complementary color
Monochromatic Colors of #3C8616
Black with #3C8616
Text Example
Text Example
White with #3C8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8616; }
p { color: rgb(60,134,22); }
H1.HeaderClassName
{
color: #3C8616;
}
.AnyTagClassName
{
color: #3C8616;
}
</style>
background-color css
<style>
a { background-color: #3C8616; }
a { background-color: rgb(60,134,22); }
div.DivClassName
{
background-color: #3C8616;
}
.BgClassName
{
background-color: #3C8616;
}
</style>
border-color css
<style>
span { border-color: #3C8616; }
span { border-color: rgb(60,134,22); }
td.TdClassName
{
border-color: #3C8616;
}
.TagClassName
{
border-color: #3C8616;
}
</style>