Shades of Bilbao #316C14
Tints of Bilbao #316C14
RGB
CMYK
RGB Variations
Color information
#316C14 (or 0x316C14) is known color: Bilbao. HEX triplet: 31, 6C and 14. RGB value is (49,108,20). Sum of RGB (Red+Green+Blue) = 49+108+20=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #316C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316C14 is #CE93EB. Grayscale: #505050. Windows color (decimal): -13538284 or 1338417. OLE color: 1338417.
HSL color Cylindrical-coordinate representation of color #316C14: hue angle of 100.23º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316C14 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 20 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.58 |
| HSL | 100.23º | 0.69% | 0.25% | - |
| HSV(B) | 100.23º | 0.81% | 0.42% | - |
| XYZ | 6.76 | 11.43 | 2.51 | - |
| YUV | 80.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 20 | 0.55 | 0 | 0.81 | 0.58 | 100.23 | 0.69 | 0.25 |
| Hex | 31 | 6C | 14 | 37 | 0 | 51 | 3A | 64 | 45 | 19 |
| Octal | 61 | 154 | 24 | 67 | 0 | 121 | 72 | 144 | 105 | 31 |
| Binary | 110001 | 1101100 | 10100 | 110111 | 0 | 1010001 | 111010 | 1100100 | 1000101 | 11001 |
Color Harmonies of #316C14
Complementary color
Monochromatic Colors of #316C14
Black with #316C14
Text Example
Text Example
White with #316C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C14; }
p { color: rgb(49,108,20); }
H1.HeaderClassName
{
color: #316C14;
}
.AnyTagClassName
{
color: #316C14;
}
</style>
background-color css
<style>
a { background-color: #316C14; }
a { background-color: rgb(49,108,20); }
div.DivClassName
{
background-color: #316C14;
}
.BgClassName
{
background-color: #316C14;
}
</style>
border-color css
<style>
span { border-color: #316C14; }
span { border-color: rgb(49,108,20); }
td.TdClassName
{
border-color: #316C14;
}
.TagClassName
{
border-color: #316C14;
}
</style>