Shades of Bilbao #3D7314
Tints of Bilbao #3D7314
RGB
CMYK
RGB Variations
Color information
#3D7314 (or 0x3D7314) is known color: Bilbao. HEX triplet: 3D, 73 and 14. RGB value is (61,115,20). Sum of RGB (Red+Green+Blue) = 61+115+20=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7314 is #C28CEB. Grayscale: #585858. Windows color (decimal): -12750060 or 1340221. OLE color: 1340221.
HSL color Cylindrical-coordinate representation of color #3D7314: hue angle of 94.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D7314 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 20 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.55 |
| HSL | 94.11º | 0.7% | 0.26% | - |
| HSV(B) | 94.11º | 0.83% | 0.45% | - |
| XYZ | 8.18 | 13.3 | 2.8 | - |
| YUV | 88.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 20 | 0.47 | 0 | 0.83 | 0.55 | 94.11 | 0.7 | 0.26 |
| Hex | 3D | 73 | 14 | 2F | 0 | 53 | 37 | 5E | 46 | 1A |
| Octal | 75 | 163 | 24 | 57 | 0 | 123 | 67 | 136 | 106 | 32 |
| Binary | 111101 | 1110011 | 10100 | 101111 | 0 | 1010011 | 110111 | 1011110 | 1000110 | 11010 |
Color Harmonies of #3D7314
Complementary color
Monochromatic Colors of #3D7314
Black with #3D7314
Text Example
Text Example
White with #3D7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7314; }
p { color: rgb(61,115,20); }
H1.HeaderClassName
{
color: #3D7314;
}
.AnyTagClassName
{
color: #3D7314;
}
</style>
background-color css
<style>
a { background-color: #3D7314; }
a { background-color: rgb(61,115,20); }
div.DivClassName
{
background-color: #3D7314;
}
.BgClassName
{
background-color: #3D7314;
}
</style>
border-color css
<style>
span { border-color: #3D7314; }
span { border-color: rgb(61,115,20); }
td.TdClassName
{
border-color: #3D7314;
}
.TagClassName
{
border-color: #3D7314;
}
</style>