Shades of Bilbao #318F14
Tints of Bilbao #318F14
RGB
CMYK
RGB Variations
Color information
#318F14 (or 0x318F14) is known color: Bilbao. HEX triplet: 31, 8F and 14. RGB value is (49,143,20). Sum of RGB (Red+Green+Blue) = 49+143+20=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #318F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318F14 is #CE70EB. Grayscale: #656565. Windows color (decimal): -13529324 or 1347377. OLE color: 1347377.
HSL color Cylindrical-coordinate representation of color #318F14: hue angle of 105.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #318F14 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 143 | 20 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.44 |
| HSL | 105.85º | 0.75% | 0.32% | - |
| HSV(B) | 105.85º | 0.86% | 0.56% | - |
| XYZ | 11.22 | 20.35 | 4 | - |
| YUV | 100.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 20 | 0.66 | 0 | 0.86 | 0.44 | 105.85 | 0.75 | 0.32 |
| Hex | 31 | 8F | 14 | 42 | 0 | 56 | 2C | 6A | 4B | 20 |
| Octal | 61 | 217 | 24 | 102 | 0 | 126 | 54 | 152 | 113 | 40 |
| Binary | 110001 | 10001111 | 10100 | 1000010 | 0 | 1010110 | 101100 | 1101010 | 1001011 | 100000 |
Color Harmonies of #318F14
Complementary color
Monochromatic Colors of #318F14
Black with #318F14
Text Example
Text Example
White with #318F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318F14; }
p { color: rgb(49,143,20); }
H1.HeaderClassName
{
color: #318F14;
}
.AnyTagClassName
{
color: #318F14;
}
</style>
background-color css
<style>
a { background-color: #318F14; }
a { background-color: rgb(49,143,20); }
div.DivClassName
{
background-color: #318F14;
}
.BgClassName
{
background-color: #318F14;
}
</style>
border-color css
<style>
span { border-color: #318F14; }
span { border-color: rgb(49,143,20); }
td.TdClassName
{
border-color: #318F14;
}
.TagClassName
{
border-color: #318F14;
}
</style>