Shades of Bilbao #3C8516
Tints of Bilbao #3C8516
RGB
CMYK
RGB Variations
Color information
#3C8516 (or 0x3C8516) is known color: Bilbao. HEX triplet: 3C, 85 and 16. RGB value is (60,133,22). Sum of RGB (Red+Green+Blue) = 60+133+22=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8516 is #C37AE9. Grayscale: #626262. Windows color (decimal): -12810986 or 1475900. OLE color: 1475900.
HSL color Cylindrical-coordinate representation of color #3C8516: hue angle of 99.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C8516 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 22 | - |
| CMYK | 0.55 | 0 | 0.83 | 0.48 |
| HSL | 99.46º | 0.72% | 0.3% | - |
| HSV(B) | 99.46º | 0.83% | 0.52% | - |
| XYZ | 10.4 | 17.79 | 3.65 | - |
| YUV | 98.52 | 84.82 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 22 | 0.55 | 0 | 0.83 | 0.48 | 99.46 | 0.72 | 0.3 |
| Hex | 3C | 85 | 16 | 37 | 0 | 53 | 30 | 63 | 48 | 1E |
| Octal | 74 | 205 | 26 | 67 | 0 | 123 | 60 | 143 | 110 | 36 |
| Binary | 111100 | 10000101 | 10110 | 110111 | 0 | 1010011 | 110000 | 1100011 | 1001000 | 11110 |
Color Harmonies of #3C8516
Complementary color
Monochromatic Colors of #3C8516
Black with #3C8516
Text Example
Text Example
White with #3C8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8516; }
p { color: rgb(60,133,22); }
H1.HeaderClassName
{
color: #3C8516;
}
.AnyTagClassName
{
color: #3C8516;
}
</style>
background-color css
<style>
a { background-color: #3C8516; }
a { background-color: rgb(60,133,22); }
div.DivClassName
{
background-color: #3C8516;
}
.BgClassName
{
background-color: #3C8516;
}
</style>
border-color css
<style>
span { border-color: #3C8516; }
span { border-color: rgb(60,133,22); }
td.TdClassName
{
border-color: #3C8516;
}
.TagClassName
{
border-color: #3C8516;
}
</style>