Shades of Bilbao #3D7210
Tints of Bilbao #3D7210
RGB
CMYK
RGB Variations
Color information
#3D7210 (or 0x3D7210) is known color: Bilbao. HEX triplet: 3D, 72 and 10. RGB value is (61,114,16). Sum of RGB (Red+Green+Blue) = 61+114+16=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7210 is #C28DEF. Grayscale: #575757. Windows color (decimal): -12750320 or 1077821. OLE color: 1077821.
HSL color Cylindrical-coordinate representation of color #3D7210: hue angle of 92.45º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D7210 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 16 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.55 |
| HSL | 92.45º | 0.75% | 0.25% | - |
| HSV(B) | 92.45º | 0.86% | 0.45% | - |
| XYZ | 8.04 | 13.06 | 2.59 | - |
| YUV | 86.98 | 87.94 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 16 | 0.46 | 0 | 0.86 | 0.55 | 92.45 | 0.75 | 0.25 |
| Hex | 3D | 72 | 10 | 2E | 0 | 56 | 37 | 5C | 4B | 19 |
| Octal | 75 | 162 | 20 | 56 | 0 | 126 | 67 | 134 | 113 | 31 |
| Binary | 111101 | 1110010 | 10000 | 101110 | 0 | 1010110 | 110111 | 1011100 | 1001011 | 11001 |
Color Harmonies of #3D7210
Complementary color
Monochromatic Colors of #3D7210
Black with #3D7210
Text Example
Text Example
White with #3D7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7210; }
p { color: rgb(61,114,16); }
H1.HeaderClassName
{
color: #3D7210;
}
.AnyTagClassName
{
color: #3D7210;
}
</style>
background-color css
<style>
a { background-color: #3D7210; }
a { background-color: rgb(61,114,16); }
div.DivClassName
{
background-color: #3D7210;
}
.BgClassName
{
background-color: #3D7210;
}
</style>
border-color css
<style>
span { border-color: #3D7210; }
span { border-color: rgb(61,114,16); }
td.TdClassName
{
border-color: #3D7210;
}
.TagClassName
{
border-color: #3D7210;
}
</style>