Shades of Bilbao #316F1D
Tints of Bilbao #316F1D
RGB
CMYK
RGB Variations
Color information
#316F1D (or 0x316F1D) is known color: Bilbao. HEX triplet: 31, 6F and 1D. RGB value is (49,111,29). Sum of RGB (Red+Green+Blue) = 49+111+29=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #316F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F1D is #CE90E2. Grayscale: #535353. Windows color (decimal): -13537507 or 1929009. OLE color: 1929009.
HSL color Cylindrical-coordinate representation of color #316F1D: hue angle of 105.37º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316F1D is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 29 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.56 |
| HSL | 105.37º | 0.59% | 0.27% | - |
| HSV(B) | 105.37º | 0.74% | 0.44% | - |
| XYZ | 7.17 | 12.11 | 3.12 | - |
| YUV | 83.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 29 | 0.56 | 0 | 0.74 | 0.56 | 105.37 | 0.59 | 0.27 |
| Hex | 31 | 6F | 1D | 38 | 0 | 4A | 38 | 69 | 3B | 1B |
| Octal | 61 | 157 | 35 | 70 | 0 | 112 | 70 | 151 | 73 | 33 |
| Binary | 110001 | 1101111 | 11101 | 111000 | 0 | 1001010 | 111000 | 1101001 | 111011 | 11011 |
Color Harmonies of #316F1D
Complementary color
Monochromatic Colors of #316F1D
Black with #316F1D
Text Example
Text Example
White with #316F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F1D; }
p { color: rgb(49,111,29); }
H1.HeaderClassName
{
color: #316F1D;
}
.AnyTagClassName
{
color: #316F1D;
}
</style>
background-color css
<style>
a { background-color: #316F1D; }
a { background-color: rgb(49,111,29); }
div.DivClassName
{
background-color: #316F1D;
}
.BgClassName
{
background-color: #316F1D;
}
</style>
border-color css
<style>
span { border-color: #316F1D; }
span { border-color: rgb(49,111,29); }
td.TdClassName
{
border-color: #316F1D;
}
.TagClassName
{
border-color: #316F1D;
}
</style>