Shades of Bilbao #31791C
Tints of Bilbao #31791C
RGB
CMYK
RGB Variations
Color information
#31791C (or 0x31791C) is known color: Bilbao. HEX triplet: 31, 79 and 1C. RGB value is (49,121,28). Sum of RGB (Red+Green+Blue) = 49+121+28=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #31791C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31791C is #CE86E3. Grayscale: #595959. Windows color (decimal): -13534948 or 1866033. OLE color: 1866033.
HSL color Cylindrical-coordinate representation of color #31791C: hue angle of 106.45º 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 #31791C is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 28 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.53 |
| HSL | 106.45º | 0.62% | 0.29% | - |
| HSV(B) | 106.45º | 0.77% | 0.47% | - |
| XYZ | 8.31 | 14.41 | 3.44 | - |
| YUV | 88.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 28 | 0.60 | 0 | 0.77 | 0.53 | 106.45 | 0.62 | 0.29 |
| Hex | 31 | 79 | 1C | 3C | 0 | 4D | 35 | 6A | 3E | 1D |
| Octal | 61 | 171 | 34 | 74 | 0 | 115 | 65 | 152 | 76 | 35 |
| Binary | 110001 | 1111001 | 11100 | 111100 | 0 | 1001101 | 110101 | 1101010 | 111110 | 11101 |
Color Harmonies of #31791C
Complementary color
Monochromatic Colors of #31791C
Black with #31791C
Text Example
Text Example
White with #31791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31791C; }
p { color: rgb(49,121,28); }
H1.HeaderClassName
{
color: #31791C;
}
.AnyTagClassName
{
color: #31791C;
}
</style>
background-color css
<style>
a { background-color: #31791C; }
a { background-color: rgb(49,121,28); }
div.DivClassName
{
background-color: #31791C;
}
.BgClassName
{
background-color: #31791C;
}
</style>
border-color css
<style>
span { border-color: #31791C; }
span { border-color: rgb(49,121,28); }
td.TdClassName
{
border-color: #31791C;
}
.TagClassName
{
border-color: #31791C;
}
</style>