Shades of Bilbao #31721D
Tints of Bilbao #31721D
RGB
CMYK
RGB Variations
Color information
#31721D (or 0x31721D) is known color: Bilbao. HEX triplet: 31, 72 and 1D. RGB value is (49,114,29). Sum of RGB (Red+Green+Blue) = 49+114+29=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #31721D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31721D is #CE8DE2. Grayscale: #555555. Windows color (decimal): -13536739 or 1929777. OLE color: 1929777.
HSL color Cylindrical-coordinate representation of color #31721D: hue angle of 105.88º degrees, saturation: 0.59, 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 #31721D is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 114 | 29 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.55 |
| HSL | 105.88º | 0.59% | 0.28% | - |
| HSV(B) | 105.88º | 0.75% | 0.45% | - |
| XYZ | 7.51 | 12.78 | 3.23 | - |
| YUV | 84.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 29 | 0.57 | 0 | 0.75 | 0.55 | 105.88 | 0.59 | 0.28 |
| Hex | 31 | 72 | 1D | 39 | 0 | 4B | 37 | 6A | 3B | 1C |
| Octal | 61 | 162 | 35 | 71 | 0 | 113 | 67 | 152 | 73 | 34 |
| Binary | 110001 | 1110010 | 11101 | 111001 | 0 | 1001011 | 110111 | 1101010 | 111011 | 11100 |
Color Harmonies of #31721D
Complementary color
Monochromatic Colors of #31721D
Black with #31721D
Text Example
Text Example
White with #31721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31721D; }
p { color: rgb(49,114,29); }
H1.HeaderClassName
{
color: #31721D;
}
.AnyTagClassName
{
color: #31721D;
}
</style>
background-color css
<style>
a { background-color: #31721D; }
a { background-color: rgb(49,114,29); }
div.DivClassName
{
background-color: #31721D;
}
.BgClassName
{
background-color: #31721D;
}
</style>
border-color css
<style>
span { border-color: #31721D; }
span { border-color: rgb(49,114,29); }
td.TdClassName
{
border-color: #31721D;
}
.TagClassName
{
border-color: #31721D;
}
</style>