Shades of Bilbao #31741D
Tints of Bilbao #31741D
RGB
CMYK
RGB Variations
Color information
#31741D (or 0x31741D) is known color: Bilbao. HEX triplet: 31, 74 and 1D. RGB value is (49,116,29). Sum of RGB (Red+Green+Blue) = 49+116+29=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #31741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31741D is #CE8BE2. Grayscale: #565656. Windows color (decimal): -13536227 or 1930289. OLE color: 1930289.
HSL color Cylindrical-coordinate representation of color #31741D: hue angle of 106.21º 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 #31741D is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 29 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.55 |
| HSL | 106.21º | 0.6% | 0.28% | - |
| HSV(B) | 106.21º | 0.75% | 0.45% | - |
| XYZ | 7.73 | 13.23 | 3.31 | - |
| YUV | 86.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 29 | 0.58 | 0 | 0.75 | 0.55 | 106.21 | 0.6 | 0.28 |
| Hex | 31 | 74 | 1D | 3A | 0 | 4B | 37 | 6A | 3C | 1C |
| Octal | 61 | 164 | 35 | 72 | 0 | 113 | 67 | 152 | 74 | 34 |
| Binary | 110001 | 1110100 | 11101 | 111010 | 0 | 1001011 | 110111 | 1101010 | 111100 | 11100 |
Color Harmonies of #31741D
Complementary color
Monochromatic Colors of #31741D
Black with #31741D
Text Example
Text Example
White with #31741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31741D; }
p { color: rgb(49,116,29); }
H1.HeaderClassName
{
color: #31741D;
}
.AnyTagClassName
{
color: #31741D;
}
</style>
background-color css
<style>
a { background-color: #31741D; }
a { background-color: rgb(49,116,29); }
div.DivClassName
{
background-color: #31741D;
}
.BgClassName
{
background-color: #31741D;
}
</style>
border-color css
<style>
span { border-color: #31741D; }
span { border-color: rgb(49,116,29); }
td.TdClassName
{
border-color: #31741D;
}
.TagClassName
{
border-color: #31741D;
}
</style>