Shades of Bilbao #316D18
Tints of Bilbao #316D18
RGB
CMYK
RGB Variations
Color information
#316D18 (or 0x316D18) is known color: Bilbao. HEX triplet: 31, 6D and 18. RGB value is (49,109,24). Sum of RGB (Red+Green+Blue) = 49+109+24=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #316D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316D18 is #CE92E7. Grayscale: #515151. Windows color (decimal): -13538024 or 1600817. OLE color: 1600817.
HSL color Cylindrical-coordinate representation of color #316D18: hue angle of 102.35º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316D18 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 24 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.57 |
| HSL | 102.35º | 0.64% | 0.26% | - |
| HSV(B) | 102.35º | 0.78% | 0.43% | - |
| XYZ | 6.9 | 11.66 | 2.75 | - |
| YUV | 81.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 24 | 0.55 | 0 | 0.78 | 0.57 | 102.35 | 0.64 | 0.26 |
| Hex | 31 | 6D | 18 | 37 | 0 | 4E | 39 | 66 | 40 | 1A |
| Octal | 61 | 155 | 30 | 67 | 0 | 116 | 71 | 146 | 100 | 32 |
| Binary | 110001 | 1101101 | 11000 | 110111 | 0 | 1001110 | 111001 | 1100110 | 1000000 | 11010 |
Color Harmonies of #316D18
Complementary color
Monochromatic Colors of #316D18
Black with #316D18
Text Example
Text Example
White with #316D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D18; }
p { color: rgb(49,109,24); }
H1.HeaderClassName
{
color: #316D18;
}
.AnyTagClassName
{
color: #316D18;
}
</style>
background-color css
<style>
a { background-color: #316D18; }
a { background-color: rgb(49,109,24); }
div.DivClassName
{
background-color: #316D18;
}
.BgClassName
{
background-color: #316D18;
}
</style>
border-color css
<style>
span { border-color: #316D18; }
span { border-color: rgb(49,109,24); }
td.TdClassName
{
border-color: #316D18;
}
.TagClassName
{
border-color: #316D18;
}
</style>