Shades of Bilbao #3D731D
Tints of Bilbao #3D731D
RGB
CMYK
RGB Variations
Color information
#3D731D (or 0x3D731D) is known color: Bilbao. HEX triplet: 3D, 73 and 1D. RGB value is (61,115,29). Sum of RGB (Red+Green+Blue) = 61+115+29=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #3D731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D731D is #C28CE2. Grayscale: #595959. Windows color (decimal): -12750051 or 1930045. OLE color: 1930045.
HSL color Cylindrical-coordinate representation of color #3D731D: hue angle of 97.67º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D731D is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 29 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.55 |
| HSL | 97.67º | 0.6% | 0.28% | - |
| HSV(B) | 97.67º | 0.75% | 0.45% | - |
| XYZ | 8.28 | 13.34 | 3.3 | - |
| YUV | 89.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 29 | 0.47 | 0 | 0.75 | 0.55 | 97.67 | 0.6 | 0.28 |
| Hex | 3D | 73 | 1D | 2F | 0 | 4B | 37 | 62 | 3C | 1C |
| Octal | 75 | 163 | 35 | 57 | 0 | 113 | 67 | 142 | 74 | 34 |
| Binary | 111101 | 1110011 | 11101 | 101111 | 0 | 1001011 | 110111 | 1100010 | 111100 | 11100 |
Color Harmonies of #3D731D
Complementary color
Monochromatic Colors of #3D731D
Black with #3D731D
Text Example
Text Example
White with #3D731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D731D; }
p { color: rgb(61,115,29); }
H1.HeaderClassName
{
color: #3D731D;
}
.AnyTagClassName
{
color: #3D731D;
}
</style>
background-color css
<style>
a { background-color: #3D731D; }
a { background-color: rgb(61,115,29); }
div.DivClassName
{
background-color: #3D731D;
}
.BgClassName
{
background-color: #3D731D;
}
</style>
border-color css
<style>
span { border-color: #3D731D; }
span { border-color: rgb(61,115,29); }
td.TdClassName
{
border-color: #3D731D;
}
.TagClassName
{
border-color: #3D731D;
}
</style>