Shades of Bilbao #31791B
Tints of Bilbao #31791B
RGB
CMYK
RGB Variations
Color information
#31791B (or 0x31791B) is known color: Bilbao. HEX triplet: 31, 79 and 1B. RGB value is (49,121,27). Sum of RGB (Red+Green+Blue) = 49+121+27=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #31791B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31791B is #CE86E4. Grayscale: #595959. Windows color (decimal): -13534949 or 1800497. OLE color: 1800497.
HSL color Cylindrical-coordinate representation of color #31791B: hue angle of 105.96º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31791B is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 27 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.53 |
| HSL | 105.96º | 0.64% | 0.29% | - |
| HSV(B) | 105.96º | 0.78% | 0.47% | - |
| XYZ | 8.3 | 14.41 | 3.38 | - |
| YUV | 88.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 27 | 0.60 | 0 | 0.78 | 0.53 | 105.96 | 0.64 | 0.29 |
| Hex | 31 | 79 | 1B | 3C | 0 | 4E | 35 | 6A | 40 | 1D |
| Octal | 61 | 171 | 33 | 74 | 0 | 116 | 65 | 152 | 100 | 35 |
| Binary | 110001 | 1111001 | 11011 | 111100 | 0 | 1001110 | 110101 | 1101010 | 1000000 | 11101 |
Color Harmonies of #31791B
Complementary color
Monochromatic Colors of #31791B
Black with #31791B
Text Example
Text Example
White with #31791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31791B; }
p { color: rgb(49,121,27); }
H1.HeaderClassName
{
color: #31791B;
}
.AnyTagClassName
{
color: #31791B;
}
</style>
background-color css
<style>
a { background-color: #31791B; }
a { background-color: rgb(49,121,27); }
div.DivClassName
{
background-color: #31791B;
}
.BgClassName
{
background-color: #31791B;
}
</style>
border-color css
<style>
span { border-color: #31791B; }
span { border-color: rgb(49,121,27); }
td.TdClassName
{
border-color: #31791B;
}
.TagClassName
{
border-color: #31791B;
}
</style>