Shades of Bilbao #316D21
Tints of Bilbao #316D21
RGB
CMYK
RGB Variations
Color information
#316D21 (or 0x316D21) is known color: Bilbao. HEX triplet: 31, 6D and 21. RGB value is (49,109,33). Sum of RGB (Red+Green+Blue) = 49+109+33=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #316D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D21 is #CE92DE. Grayscale: #525252. Windows color (decimal): -13538015 or 2190641. OLE color: 2190641.
HSL color Cylindrical-coordinate representation of color #316D21: hue angle of 107.37º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316D21 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 33 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.57 |
| HSL | 107.37º | 0.54% | 0.28% | - |
| HSV(B) | 107.37º | 0.7% | 0.43% | - |
| XYZ | 7.01 | 11.7 | 3.33 | - |
| YUV | 82.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 33 | 0.55 | 0 | 0.70 | 0.57 | 107.37 | 0.54 | 0.28 |
| Hex | 31 | 6D | 21 | 37 | 0 | 46 | 39 | 6B | 36 | 1C |
| Octal | 61 | 155 | 41 | 67 | 0 | 106 | 71 | 153 | 66 | 34 |
| Binary | 110001 | 1101101 | 100001 | 110111 | 0 | 1000110 | 111001 | 1101011 | 110110 | 11100 |
Color Harmonies of #316D21
Complementary color
Monochromatic Colors of #316D21
Black with #316D21
Text Example
Text Example
White with #316D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D21; }
p { color: rgb(49,109,33); }
H1.HeaderClassName
{
color: #316D21;
}
.AnyTagClassName
{
color: #316D21;
}
</style>
background-color css
<style>
a { background-color: #316D21; }
a { background-color: rgb(49,109,33); }
div.DivClassName
{
background-color: #316D21;
}
.BgClassName
{
background-color: #316D21;
}
</style>
border-color css
<style>
span { border-color: #316D21; }
span { border-color: rgb(49,109,33); }
td.TdClassName
{
border-color: #316D21;
}
.TagClassName
{
border-color: #316D21;
}
</style>