Shades of Bilbao #31841D
Tints of Bilbao #31841D
RGB
CMYK
RGB Variations
Color information
#31841D (or 0x31841D) is known color: Bilbao. HEX triplet: 31, 84 and 1D. RGB value is (49,132,29). Sum of RGB (Red+Green+Blue) = 49+132+29=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #31841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31841D is #CE7BE2. Grayscale: #5F5F5F. Windows color (decimal): -13532131 or 1934385. OLE color: 1934385.
HSL color Cylindrical-coordinate representation of color #31841D: hue angle of 108.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31841D is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 132 | 29 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.48 |
| HSL | 108.35º | 0.64% | 0.32% | - |
| HSV(B) | 108.35º | 0.78% | 0.52% | - |
| XYZ | 9.74 | 17.24 | 3.98 | - |
| YUV | 95.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 29 | 0.63 | 0 | 0.78 | 0.48 | 108.35 | 0.64 | 0.32 |
| Hex | 31 | 84 | 1D | 3F | 0 | 4E | 30 | 6C | 40 | 20 |
| Octal | 61 | 204 | 35 | 77 | 0 | 116 | 60 | 154 | 100 | 40 |
| Binary | 110001 | 10000100 | 11101 | 111111 | 0 | 1001110 | 110000 | 1101100 | 1000000 | 100000 |
Color Harmonies of #31841D
Complementary color
Monochromatic Colors of #31841D
Black with #31841D
Text Example
Text Example
White with #31841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31841D; }
p { color: rgb(49,132,29); }
H1.HeaderClassName
{
color: #31841D;
}
.AnyTagClassName
{
color: #31841D;
}
</style>
background-color css
<style>
a { background-color: #31841D; }
a { background-color: rgb(49,132,29); }
div.DivClassName
{
background-color: #31841D;
}
.BgClassName
{
background-color: #31841D;
}
</style>
border-color css
<style>
span { border-color: #31841D; }
span { border-color: rgb(49,132,29); }
td.TdClassName
{
border-color: #31841D;
}
.TagClassName
{
border-color: #31841D;
}
</style>