Shades of Bilbao #3D710C
Tints of Bilbao #3D710C
RGB
CMYK
RGB Variations
Color information
#3D710C (or 0x3D710C) is known color: Bilbao. HEX triplet: 3D, 71 and 0C. RGB value is (61,113,12). Sum of RGB (Red+Green+Blue) = 61+113+12=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #3D710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D710C is #C28EF3. Grayscale: #565656. Windows color (decimal): -12750580 or 815421. OLE color: 815421.
HSL color Cylindrical-coordinate representation of color #3D710C: hue angle of 90.89º 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 #3D710C is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 12 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.56 |
| HSL | 90.89º | 0.81% | 0.25% | - |
| HSV(B) | 90.89º | 0.89% | 0.44% | - |
| XYZ | 7.9 | 12.83 | 2.41 | - |
| YUV | 85.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 12 | 0.46 | 0 | 0.89 | 0.56 | 90.89 | 0.81 | 0.25 |
| Hex | 3D | 71 | C | 2E | 0 | 59 | 38 | 5B | 51 | 19 |
| Octal | 75 | 161 | 14 | 56 | 0 | 131 | 70 | 133 | 121 | 31 |
| Binary | 111101 | 1110001 | 1100 | 101110 | 0 | 1011001 | 111000 | 1011011 | 1010001 | 11001 |
Color Harmonies of #3D710C
Complementary color
Monochromatic Colors of #3D710C
Black with #3D710C
Text Example
Text Example
White with #3D710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D710C; }
p { color: rgb(61,113,12); }
H1.HeaderClassName
{
color: #3D710C;
}
.AnyTagClassName
{
color: #3D710C;
}
</style>
background-color css
<style>
a { background-color: #3D710C; }
a { background-color: rgb(61,113,12); }
div.DivClassName
{
background-color: #3D710C;
}
.BgClassName
{
background-color: #3D710C;
}
</style>
border-color css
<style>
span { border-color: #3D710C; }
span { border-color: rgb(61,113,12); }
td.TdClassName
{
border-color: #3D710C;
}
.TagClassName
{
border-color: #3D710C;
}
</style>