Shades of Bilbao #3B731D
Tints of Bilbao #3B731D
RGB
CMYK
RGB Variations
Color information
#3B731D (or 0x3B731D) is known color: Bilbao. HEX triplet: 3B, 73 and 1D. RGB value is (59,115,29). Sum of RGB (Red+Green+Blue) = 59+115+29=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #3B731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B731D is #C48CE2. Grayscale: #585858. Windows color (decimal): -12881123 or 1930043. OLE color: 1930043.
HSL color Cylindrical-coordinate representation of color #3B731D: hue angle of 99.07º 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 #3B731D is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 29 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.55 |
| HSL | 99.07º | 0.6% | 0.28% | - |
| HSV(B) | 99.07º | 0.75% | 0.45% | - |
| XYZ | 8.16 | 13.28 | 3.3 | - |
| YUV | 88.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 29 | 0.49 | 0 | 0.75 | 0.55 | 99.07 | 0.6 | 0.28 |
| Hex | 3B | 73 | 1D | 31 | 0 | 4B | 37 | 63 | 3C | 1C |
| Octal | 73 | 163 | 35 | 61 | 0 | 113 | 67 | 143 | 74 | 34 |
| Binary | 111011 | 1110011 | 11101 | 110001 | 0 | 1001011 | 110111 | 1100011 | 111100 | 11100 |
Color Harmonies of #3B731D
Complementary color
Monochromatic Colors of #3B731D
Black with #3B731D
Text Example
Text Example
White with #3B731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B731D; }
p { color: rgb(59,115,29); }
H1.HeaderClassName
{
color: #3B731D;
}
.AnyTagClassName
{
color: #3B731D;
}
</style>
background-color css
<style>
a { background-color: #3B731D; }
a { background-color: rgb(59,115,29); }
div.DivClassName
{
background-color: #3B731D;
}
.BgClassName
{
background-color: #3B731D;
}
</style>
border-color css
<style>
span { border-color: #3B731D; }
span { border-color: rgb(59,115,29); }
td.TdClassName
{
border-color: #3B731D;
}
.TagClassName
{
border-color: #3B731D;
}
</style>