Shades of Bilbao #316E21
Tints of Bilbao #316E21
RGB
CMYK
RGB Variations
Color information
#316E21 (or 0x316E21) is known color: Bilbao. HEX triplet: 31, 6E and 21. RGB value is (49,110,33). Sum of RGB (Red+Green+Blue) = 49+110+33=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 110 (43.36% from 255 or 57.29% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 110 - color contains mainly: green. Hex color #316E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E21 is #CE91DE. Grayscale: #535353. Windows color (decimal): -13537759 or 2190897. OLE color: 2190897.
HSL color Cylindrical-coordinate representation of color #316E21: hue angle of 107.53º 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 #316E21 is Cyan = 0.55, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 33 | - |
| CMYK | 0.55 | 0 | 0.7 | 0.57 |
| HSL | 107.53º | 0.54% | 0.28% | - |
| HSV(B) | 107.53º | 0.7% | 0.43% | - |
| XYZ | 7.12 | 11.91 | 3.36 | - |
| YUV | 82.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 33 | 0.55 | 0 | 0.7 | 0.57 | 107.53 | 0.54 | 0.28 |
| Hex | 31 | 6E | 21 | 37 | 0 | 46 | 39 | 6C | 36 | 1C |
| Octal | 61 | 156 | 41 | 67 | 0 | 106 | 71 | 154 | 66 | 34 |
| Binary | 110001 | 1101110 | 100001 | 110111 | 0 | 1000110 | 111001 | 1101100 | 110110 | 11100 |
Color Harmonies of #316E21
Complementary color
Monochromatic Colors of #316E21
Black with #316E21
Text Example
Text Example
White with #316E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E21; }
p { color: rgb(49,110,33); }
H1.HeaderClassName
{
color: #316E21;
}
.AnyTagClassName
{
color: #316E21;
}
</style>
background-color css
<style>
a { background-color: #316E21; }
a { background-color: rgb(49,110,33); }
div.DivClassName
{
background-color: #316E21;
}
.BgClassName
{
background-color: #316E21;
}
</style>
border-color css
<style>
span { border-color: #316E21; }
span { border-color: rgb(49,110,33); }
td.TdClassName
{
border-color: #316E21;
}
.TagClassName
{
border-color: #316E21;
}
</style>