Shades of Bilbao #31781C
Tints of Bilbao #31781C
RGB
CMYK
RGB Variations
Color information
#31781C (or 0x31781C) is known color: Bilbao. HEX triplet: 31, 78 and 1C. RGB value is (49,120,28). Sum of RGB (Red+Green+Blue) = 49+120+28=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #31781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31781C is #CE87E3. Grayscale: #585858. Windows color (decimal): -13535204 or 1865777. OLE color: 1865777.
HSL color Cylindrical-coordinate representation of color #31781C: hue angle of 106.3º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31781C is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 28 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.53 |
| HSL | 106.3º | 0.62% | 0.29% | - |
| HSV(B) | 106.3º | 0.77% | 0.47% | - |
| XYZ | 8.19 | 14.17 | 3.4 | - |
| YUV | 88.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 28 | 0.59 | 0 | 0.77 | 0.53 | 106.3 | 0.62 | 0.29 |
| Hex | 31 | 78 | 1C | 3B | 0 | 4D | 35 | 6A | 3E | 1D |
| Octal | 61 | 170 | 34 | 73 | 0 | 115 | 65 | 152 | 76 | 35 |
| Binary | 110001 | 1111000 | 11100 | 111011 | 0 | 1001101 | 110101 | 1101010 | 111110 | 11101 |
Color Harmonies of #31781C
Complementary color
Monochromatic Colors of #31781C
Black with #31781C
Text Example
Text Example
White with #31781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31781C; }
p { color: rgb(49,120,28); }
H1.HeaderClassName
{
color: #31781C;
}
.AnyTagClassName
{
color: #31781C;
}
</style>
background-color css
<style>
a { background-color: #31781C; }
a { background-color: rgb(49,120,28); }
div.DivClassName
{
background-color: #31781C;
}
.BgClassName
{
background-color: #31781C;
}
</style>
border-color css
<style>
span { border-color: #31781C; }
span { border-color: rgb(49,120,28); }
td.TdClassName
{
border-color: #31781C;
}
.TagClassName
{
border-color: #31781C;
}
</style>