Shades of Bilbao #31881D
Tints of Bilbao #31881D
RGB
CMYK
RGB Variations
Color information
#31881D (or 0x31881D) is known color: Bilbao. HEX triplet: 31, 88 and 1D. RGB value is (49,136,29). Sum of RGB (Red+Green+Blue) = 49+136+29=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #31881D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31881D is #CE77E2. Grayscale: #626262. Windows color (decimal): -13531107 or 1935409. OLE color: 1935409.
HSL color Cylindrical-coordinate representation of color #31881D: hue angle of 108.79º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31881D is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 29 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.47 |
| HSL | 108.79º | 0.65% | 0.32% | - |
| HSV(B) | 108.79º | 0.79% | 0.53% | - |
| XYZ | 10.29 | 18.35 | 4.16 | - |
| YUV | 97.79 | 89.18 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 29 | 0.64 | 0 | 0.79 | 0.47 | 108.79 | 0.65 | 0.32 |
| Hex | 31 | 88 | 1D | 40 | 0 | 4F | 2F | 6D | 41 | 20 |
| Octal | 61 | 210 | 35 | 100 | 0 | 117 | 57 | 155 | 101 | 40 |
| Binary | 110001 | 10001000 | 11101 | 1000000 | 0 | 1001111 | 101111 | 1101101 | 1000001 | 100000 |
Color Harmonies of #31881D
Complementary color
Monochromatic Colors of #31881D
Black with #31881D
Text Example
Text Example
White with #31881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31881D; }
p { color: rgb(49,136,29); }
H1.HeaderClassName
{
color: #31881D;
}
.AnyTagClassName
{
color: #31881D;
}
</style>
background-color css
<style>
a { background-color: #31881D; }
a { background-color: rgb(49,136,29); }
div.DivClassName
{
background-color: #31881D;
}
.BgClassName
{
background-color: #31881D;
}
</style>
border-color css
<style>
span { border-color: #31881D; }
span { border-color: rgb(49,136,29); }
td.TdClassName
{
border-color: #31881D;
}
.TagClassName
{
border-color: #31881D;
}
</style>