Shades of Bilbao #3C710C
Tints of Bilbao #3C710C
RGB
CMYK
RGB Variations
Color information
#3C710C (or 0x3C710C) is known color: Bilbao. HEX triplet: 3C, 71 and 0C. RGB value is (60,113,12). Sum of RGB (Red+Green+Blue) = 60+113+12=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #3C710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C710C is #C38EF3. Grayscale: #555555. Windows color (decimal): -12816116 or 815420. OLE color: 815420.
HSL color Cylindrical-coordinate representation of color #3C710C: hue angle of 91.49º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C710C is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 12 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.56 |
| HSL | 91.49º | 0.81% | 0.25% | - |
| HSV(B) | 91.49º | 0.89% | 0.44% | - |
| XYZ | 7.83 | 12.8 | 2.41 | - |
| YUV | 85.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 12 | 0.47 | 0 | 0.89 | 0.56 | 91.49 | 0.81 | 0.25 |
| Hex | 3C | 71 | C | 2F | 0 | 59 | 38 | 5B | 51 | 19 |
| Octal | 74 | 161 | 14 | 57 | 0 | 131 | 70 | 133 | 121 | 31 |
| Binary | 111100 | 1110001 | 1100 | 101111 | 0 | 1011001 | 111000 | 1011011 | 1010001 | 11001 |
Color Harmonies of #3C710C
Complementary color
Monochromatic Colors of #3C710C
Black with #3C710C
Text Example
Text Example
White with #3C710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C710C; }
p { color: rgb(60,113,12); }
H1.HeaderClassName
{
color: #3C710C;
}
.AnyTagClassName
{
color: #3C710C;
}
</style>
background-color css
<style>
a { background-color: #3C710C; }
a { background-color: rgb(60,113,12); }
div.DivClassName
{
background-color: #3C710C;
}
.BgClassName
{
background-color: #3C710C;
}
</style>
border-color css
<style>
span { border-color: #3C710C; }
span { border-color: rgb(60,113,12); }
td.TdClassName
{
border-color: #3C710C;
}
.TagClassName
{
border-color: #3C710C;
}
</style>