Shades of Bilbao #3C710D
Tints of Bilbao #3C710D
RGB
CMYK
RGB Variations
Color information
#3C710D (or 0x3C710D) is known color: Bilbao. HEX triplet: 3C, 71 and 0D. RGB value is (60,113,13). Sum of RGB (Red+Green+Blue) = 60+113+13=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #3C710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C710D is #C38EF2. Grayscale: #565656. Windows color (decimal): -12816115 or 880956. OLE color: 880956.
HSL color Cylindrical-coordinate representation of color #3C710D: hue angle of 91.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C710D is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 13 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.56 |
| HSL | 91.8º | 0.79% | 0.25% | - |
| HSV(B) | 91.8º | 0.88% | 0.44% | - |
| XYZ | 7.84 | 12.8 | 2.44 | - |
| YUV | 85.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 13 | 0.47 | 0 | 0.88 | 0.56 | 91.8 | 0.79 | 0.25 |
| Hex | 3C | 71 | D | 2F | 0 | 58 | 38 | 5C | 4F | 19 |
| Octal | 74 | 161 | 15 | 57 | 0 | 130 | 70 | 134 | 117 | 31 |
| Binary | 111100 | 1110001 | 1101 | 101111 | 0 | 1011000 | 111000 | 1011100 | 1001111 | 11001 |
Color Harmonies of #3C710D
Complementary color
Monochromatic Colors of #3C710D
Black with #3C710D
Text Example
Text Example
White with #3C710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C710D; }
p { color: rgb(60,113,13); }
H1.HeaderClassName
{
color: #3C710D;
}
.AnyTagClassName
{
color: #3C710D;
}
</style>
background-color css
<style>
a { background-color: #3C710D; }
a { background-color: rgb(60,113,13); }
div.DivClassName
{
background-color: #3C710D;
}
.BgClassName
{
background-color: #3C710D;
}
</style>
border-color css
<style>
span { border-color: #3C710D; }
span { border-color: rgb(60,113,13); }
td.TdClassName
{
border-color: #3C710D;
}
.TagClassName
{
border-color: #3C710D;
}
</style>