Shades of Bilbao #31790C
Tints of Bilbao #31790C
RGB
CMYK
RGB Variations
Color information
#31790C (or 0x31790C) is known color: Bilbao. HEX triplet: 31, 79 and 0C. RGB value is (49,121,12). Sum of RGB (Red+Green+Blue) = 49+121+12=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 121 (47.66% from 255 or 66.48% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 121 - color contains mainly: green. Hex color #31790C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31790C is #CE86F3. Grayscale: #575757. Windows color (decimal): -13534964 or 817457. OLE color: 817457.
HSL color Cylindrical-coordinate representation of color #31790C: hue angle of 99.63º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31790C is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 12 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.53 |
| HSL | 99.63º | 0.82% | 0.26% | - |
| HSV(B) | 99.63º | 0.9% | 0.47% | - |
| XYZ | 8.17 | 14.35 | 2.69 | - |
| YUV | 87.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 12 | 0.60 | 0 | 0.90 | 0.53 | 99.63 | 0.82 | 0.26 |
| Hex | 31 | 79 | C | 3C | 0 | 5A | 35 | 64 | 52 | 1A |
| Octal | 61 | 171 | 14 | 74 | 0 | 132 | 65 | 144 | 122 | 32 |
| Binary | 110001 | 1111001 | 1100 | 111100 | 0 | 1011010 | 110101 | 1100100 | 1010010 | 11010 |
Color Harmonies of #31790C
Complementary color
Monochromatic Colors of #31790C
Black with #31790C
Text Example
Text Example
White with #31790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31790C; }
p { color: rgb(49,121,12); }
H1.HeaderClassName
{
color: #31790C;
}
.AnyTagClassName
{
color: #31790C;
}
</style>
background-color css
<style>
a { background-color: #31790C; }
a { background-color: rgb(49,121,12); }
div.DivClassName
{
background-color: #31790C;
}
.BgClassName
{
background-color: #31790C;
}
</style>
border-color css
<style>
span { border-color: #31790C; }
span { border-color: rgb(49,121,12); }
td.TdClassName
{
border-color: #31790C;
}
.TagClassName
{
border-color: #31790C;
}
</style>