Shades of Bilbao #3C760C
Tints of Bilbao #3C760C
RGB
CMYK
RGB Variations
Color information
#3C760C (or 0x3C760C) is known color: Bilbao. HEX triplet: 3C, 76 and 0C. RGB value is (60,118,12). Sum of RGB (Red+Green+Blue) = 60+118+12=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #3C760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C760C is #C389F3. Grayscale: #585858. Windows color (decimal): -12814836 or 816700. OLE color: 816700.
HSL color Cylindrical-coordinate representation of color #3C760C: hue angle of 92.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C760C is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 12 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.54 |
| HSL | 92.83º | 0.82% | 0.25% | - |
| HSV(B) | 92.83º | 0.9% | 0.46% | - |
| XYZ | 8.41 | 13.94 | 2.6 | - |
| YUV | 88.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 12 | 0.49 | 0 | 0.90 | 0.54 | 92.83 | 0.82 | 0.25 |
| Hex | 3C | 76 | C | 31 | 0 | 5A | 36 | 5D | 52 | 19 |
| Octal | 74 | 166 | 14 | 61 | 0 | 132 | 66 | 135 | 122 | 31 |
| Binary | 111100 | 1110110 | 1100 | 110001 | 0 | 1011010 | 110110 | 1011101 | 1010010 | 11001 |
Color Harmonies of #3C760C
Complementary color
Monochromatic Colors of #3C760C
Black with #3C760C
Text Example
Text Example
White with #3C760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C760C; }
p { color: rgb(60,118,12); }
H1.HeaderClassName
{
color: #3C760C;
}
.AnyTagClassName
{
color: #3C760C;
}
</style>
background-color css
<style>
a { background-color: #3C760C; }
a { background-color: rgb(60,118,12); }
div.DivClassName
{
background-color: #3C760C;
}
.BgClassName
{
background-color: #3C760C;
}
</style>
border-color css
<style>
span { border-color: #3C760C; }
span { border-color: rgb(60,118,12); }
td.TdClassName
{
border-color: #3C760C;
}
.TagClassName
{
border-color: #3C760C;
}
</style>