Shades of Bilbao #31881E
Tints of Bilbao #31881E
RGB
CMYK
RGB Variations
Color information
#31881E (or 0x31881E) is known color: Bilbao. HEX triplet: 31, 88 and 1E. RGB value is (49,136,30). Sum of RGB (Red+Green+Blue) = 49+136+30=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #31881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31881E is #CE77E1. Grayscale: #626262. Windows color (decimal): -13531106 or 2000945. OLE color: 2000945.
HSL color Cylindrical-coordinate representation of color #31881E: hue angle of 109.25º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31881E is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 30 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.47 |
| HSL | 109.25º | 0.64% | 0.33% | - |
| HSV(B) | 109.25º | 0.78% | 0.53% | - |
| XYZ | 10.31 | 18.36 | 4.23 | - |
| YUV | 97.9 | 89.68 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 30 | 0.64 | 0 | 0.78 | 0.47 | 109.25 | 0.64 | 0.33 |
| Hex | 31 | 88 | 1E | 40 | 0 | 4E | 2F | 6D | 40 | 21 |
| Octal | 61 | 210 | 36 | 100 | 0 | 116 | 57 | 155 | 100 | 41 |
| Binary | 110001 | 10001000 | 11110 | 1000000 | 0 | 1001110 | 101111 | 1101101 | 1000000 | 100001 |
Color Harmonies of #31881E
Complementary color
Monochromatic Colors of #31881E
Black with #31881E
Text Example
Text Example
White with #31881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31881E; }
p { color: rgb(49,136,30); }
H1.HeaderClassName
{
color: #31881E;
}
.AnyTagClassName
{
color: #31881E;
}
</style>
background-color css
<style>
a { background-color: #31881E; }
a { background-color: rgb(49,136,30); }
div.DivClassName
{
background-color: #31881E;
}
.BgClassName
{
background-color: #31881E;
}
</style>
border-color css
<style>
span { border-color: #31881E; }
span { border-color: rgb(49,136,30); }
td.TdClassName
{
border-color: #31881E;
}
.TagClassName
{
border-color: #31881E;
}
</style>