Shades of Bilbao #3D7012
Tints of Bilbao #3D7012
RGB
CMYK
RGB Variations
Color information
#3D7012 (or 0x3D7012) is known color: Bilbao. HEX triplet: 3D, 70 and 12. RGB value is (61,112,18). Sum of RGB (Red+Green+Blue) = 61+112+18=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7012 is #C28FED. Grayscale: #565656. Windows color (decimal): -12750830 or 1208381. OLE color: 1208381.
HSL color Cylindrical-coordinate representation of color #3D7012: hue angle of 92.55º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D7012 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 18 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.56 |
| HSL | 92.55º | 0.72% | 0.25% | - |
| HSV(B) | 92.55º | 0.84% | 0.44% | - |
| XYZ | 7.83 | 12.62 | 2.6 | - |
| YUV | 86.04 | 89.6 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 18 | 0.46 | 0 | 0.84 | 0.56 | 92.55 | 0.72 | 0.25 |
| Hex | 3D | 70 | 12 | 2E | 0 | 54 | 38 | 5D | 48 | 19 |
| Octal | 75 | 160 | 22 | 56 | 0 | 124 | 70 | 135 | 110 | 31 |
| Binary | 111101 | 1110000 | 10010 | 101110 | 0 | 1010100 | 111000 | 1011101 | 1001000 | 11001 |
Color Harmonies of #3D7012
Complementary color
Monochromatic Colors of #3D7012
Black with #3D7012
Text Example
Text Example
White with #3D7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7012; }
p { color: rgb(61,112,18); }
H1.HeaderClassName
{
color: #3D7012;
}
.AnyTagClassName
{
color: #3D7012;
}
</style>
background-color css
<style>
a { background-color: #3D7012; }
a { background-color: rgb(61,112,18); }
div.DivClassName
{
background-color: #3D7012;
}
.BgClassName
{
background-color: #3D7012;
}
</style>
border-color css
<style>
span { border-color: #3D7012; }
span { border-color: rgb(61,112,18); }
td.TdClassName
{
border-color: #3D7012;
}
.TagClassName
{
border-color: #3D7012;
}
</style>