Shades of Bilbao #31731E
Tints of Bilbao #31731E
RGB
CMYK
RGB Variations
Color information
#31731E (or 0x31731E) is known color: Bilbao. HEX triplet: 31, 73 and 1E. RGB value is (49,115,30). Sum of RGB (Red+Green+Blue) = 49+115+30=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #31731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31731E is #CE8CE1. Grayscale: #555555. Windows color (decimal): -13536482 or 1995569. OLE color: 1995569.
HSL color Cylindrical-coordinate representation of color #31731E: hue angle of 106.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31731E is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 115 | 30 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.55 |
| HSL | 106.59º | 0.59% | 0.28% | - |
| HSV(B) | 106.59º | 0.74% | 0.45% | - |
| XYZ | 7.63 | 13.01 | 3.34 | - |
| YUV | 85.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 30 | 0.57 | 0 | 0.74 | 0.55 | 106.59 | 0.59 | 0.28 |
| Hex | 31 | 73 | 1E | 39 | 0 | 4A | 37 | 6B | 3B | 1C |
| Octal | 61 | 163 | 36 | 71 | 0 | 112 | 67 | 153 | 73 | 34 |
| Binary | 110001 | 1110011 | 11110 | 111001 | 0 | 1001010 | 110111 | 1101011 | 111011 | 11100 |
Color Harmonies of #31731E
Complementary color
Monochromatic Colors of #31731E
Black with #31731E
Text Example
Text Example
White with #31731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31731E; }
p { color: rgb(49,115,30); }
H1.HeaderClassName
{
color: #31731E;
}
.AnyTagClassName
{
color: #31731E;
}
</style>
background-color css
<style>
a { background-color: #31731E; }
a { background-color: rgb(49,115,30); }
div.DivClassName
{
background-color: #31731E;
}
.BgClassName
{
background-color: #31731E;
}
</style>
border-color css
<style>
span { border-color: #31731E; }
span { border-color: rgb(49,115,30); }
td.TdClassName
{
border-color: #31731E;
}
.TagClassName
{
border-color: #31731E;
}
</style>