Shades of Bilbao #31680D
Tints of Bilbao #31680D
RGB
CMYK
RGB Variations
Color information
#31680D (or 0x31680D) is known color: Bilbao. HEX triplet: 31, 68 and 0D. RGB value is (49,104,13). Sum of RGB (Red+Green+Blue) = 49+104+13=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 104 (41.02% from 255 or 62.65% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 104 - color contains mainly: green. Hex color #31680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31680D is #CE97F2. Grayscale: #4D4D4D. Windows color (decimal): -13539315 or 878641. OLE color: 878641.
HSL color Cylindrical-coordinate representation of color #31680D: hue angle of 96.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31680D is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 104 | 13 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.59 |
| HSL | 96.26º | 0.78% | 0.23% | - |
| HSV(B) | 96.26º | 0.88% | 0.41% | - |
| XYZ | 6.29 | 10.58 | 2.09 | - |
| YUV | 77.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 13 | 0.53 | 0 | 0.88 | 0.59 | 96.26 | 0.78 | 0.23 |
| Hex | 31 | 68 | D | 35 | 0 | 58 | 3B | 60 | 4E | 17 |
| Octal | 61 | 150 | 15 | 65 | 0 | 130 | 73 | 140 | 116 | 27 |
| Binary | 110001 | 1101000 | 1101 | 110101 | 0 | 1011000 | 111011 | 1100000 | 1001110 | 10111 |
Color Harmonies of #31680D
Complementary color
Monochromatic Colors of #31680D
Black with #31680D
Text Example
Text Example
White with #31680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31680D; }
p { color: rgb(49,104,13); }
H1.HeaderClassName
{
color: #31680D;
}
.AnyTagClassName
{
color: #31680D;
}
</style>
background-color css
<style>
a { background-color: #31680D; }
a { background-color: rgb(49,104,13); }
div.DivClassName
{
background-color: #31680D;
}
.BgClassName
{
background-color: #31680D;
}
</style>
border-color css
<style>
span { border-color: #31680D; }
span { border-color: rgb(49,104,13); }
td.TdClassName
{
border-color: #31680D;
}
.TagClassName
{
border-color: #31680D;
}
</style>