Shades of Bilbao #31760D
Tints of Bilbao #31760D
RGB
CMYK
RGB Variations
Color information
#31760D (or 0x31760D) is known color: Bilbao. HEX triplet: 31, 76 and 0D. RGB value is (49,118,13). Sum of RGB (Red+Green+Blue) = 49+118+13=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 118 (46.48% from 255 or 65.56% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 118 - color contains mainly: green. Hex color #31760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31760D is #CE89F2. Grayscale: #555555. Windows color (decimal): -13535731 or 882225. OLE color: 882225.
HSL color Cylindrical-coordinate representation of color #31760D: hue angle of 99.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31760D is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 13 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.54 |
| HSL | 99.43º | 0.8% | 0.26% | - |
| HSV(B) | 99.43º | 0.89% | 0.46% | - |
| XYZ | 7.82 | 13.64 | 2.6 | - |
| YUV | 85.4 | 87.14 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 13 | 0.58 | 0 | 0.89 | 0.54 | 99.43 | 0.8 | 0.26 |
| Hex | 31 | 76 | D | 3A | 0 | 59 | 36 | 63 | 50 | 1A |
| Octal | 61 | 166 | 15 | 72 | 0 | 131 | 66 | 143 | 120 | 32 |
| Binary | 110001 | 1110110 | 1101 | 111010 | 0 | 1011001 | 110110 | 1100011 | 1010000 | 11010 |
Color Harmonies of #31760D
Complementary color
Monochromatic Colors of #31760D
Black with #31760D
Text Example
Text Example
White with #31760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31760D; }
p { color: rgb(49,118,13); }
H1.HeaderClassName
{
color: #31760D;
}
.AnyTagClassName
{
color: #31760D;
}
</style>
background-color css
<style>
a { background-color: #31760D; }
a { background-color: rgb(49,118,13); }
div.DivClassName
{
background-color: #31760D;
}
.BgClassName
{
background-color: #31760D;
}
</style>
border-color css
<style>
span { border-color: #31760D; }
span { border-color: rgb(49,118,13); }
td.TdClassName
{
border-color: #31760D;
}
.TagClassName
{
border-color: #31760D;
}
</style>