Shades of Bilbao #31740F
Tints of Bilbao #31740F
RGB
CMYK
RGB Variations
Color information
#31740F (or 0x31740F) is known color: Bilbao. HEX triplet: 31, 74 and 0F. RGB value is (49,116,15). Sum of RGB (Red+Green+Blue) = 49+116+15=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #31740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31740F is #CE8BF0. Grayscale: #545454. Windows color (decimal): -13536241 or 1012785. OLE color: 1012785.
HSL color Cylindrical-coordinate representation of color #31740F: hue angle of 99.8º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31740F is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 15 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.55 |
| HSL | 99.8º | 0.77% | 0.26% | - |
| HSV(B) | 99.8º | 0.87% | 0.45% | - |
| XYZ | 7.6 | 13.18 | 2.6 | - |
| YUV | 84.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 15 | 0.58 | 0 | 0.87 | 0.55 | 99.8 | 0.77 | 0.26 |
| Hex | 31 | 74 | F | 3A | 0 | 57 | 37 | 64 | 4D | 1A |
| Octal | 61 | 164 | 17 | 72 | 0 | 127 | 67 | 144 | 115 | 32 |
| Binary | 110001 | 1110100 | 1111 | 111010 | 0 | 1010111 | 110111 | 1100100 | 1001101 | 11010 |
Color Harmonies of #31740F
Complementary color
Monochromatic Colors of #31740F
Black with #31740F
Text Example
Text Example
White with #31740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31740F; }
p { color: rgb(49,116,15); }
H1.HeaderClassName
{
color: #31740F;
}
.AnyTagClassName
{
color: #31740F;
}
</style>
background-color css
<style>
a { background-color: #31740F; }
a { background-color: rgb(49,116,15); }
div.DivClassName
{
background-color: #31740F;
}
.BgClassName
{
background-color: #31740F;
}
</style>
border-color css
<style>
span { border-color: #31740F; }
span { border-color: rgb(49,116,15); }
td.TdClassName
{
border-color: #31740F;
}
.TagClassName
{
border-color: #31740F;
}
</style>