Shades of Bilbao #31871C
Tints of Bilbao #31871C
RGB
CMYK
RGB Variations
Color information
#31871C (or 0x31871C) is known color: Bilbao. HEX triplet: 31, 87 and 1C. RGB value is (49,135,28). Sum of RGB (Red+Green+Blue) = 49+135+28=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #31871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31871C is #CE78E3. Grayscale: #616161. Windows color (decimal): -13531364 or 1869617. OLE color: 1869617.
HSL color Cylindrical-coordinate representation of color #31871C: hue angle of 108.22º degrees, saturation: 0.66, 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 #31871C is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 135 | 28 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.47 |
| HSL | 108.22º | 0.66% | 0.32% | - |
| HSV(B) | 108.22º | 0.79% | 0.53% | - |
| XYZ | 10.14 | 18.06 | 4.05 | - |
| YUV | 97.09 | 89.01 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 28 | 0.64 | 0 | 0.79 | 0.47 | 108.22 | 0.66 | 0.32 |
| Hex | 31 | 87 | 1C | 40 | 0 | 4F | 2F | 6C | 42 | 20 |
| Octal | 61 | 207 | 34 | 100 | 0 | 117 | 57 | 154 | 102 | 40 |
| Binary | 110001 | 10000111 | 11100 | 1000000 | 0 | 1001111 | 101111 | 1101100 | 1000010 | 100000 |
Color Harmonies of #31871C
Complementary color
Monochromatic Colors of #31871C
Black with #31871C
Text Example
Text Example
White with #31871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31871C; }
p { color: rgb(49,135,28); }
H1.HeaderClassName
{
color: #31871C;
}
.AnyTagClassName
{
color: #31871C;
}
</style>
background-color css
<style>
a { background-color: #31871C; }
a { background-color: rgb(49,135,28); }
div.DivClassName
{
background-color: #31871C;
}
.BgClassName
{
background-color: #31871C;
}
</style>
border-color css
<style>
span { border-color: #31871C; }
span { border-color: rgb(49,135,28); }
td.TdClassName
{
border-color: #31871C;
}
.TagClassName
{
border-color: #31871C;
}
</style>