Shades of Bilbao #316A03
Tints of Bilbao #316A03
RGB
CMYK
RGB Variations
Color information
#316A03 (or 0x316A03) is known color: Bilbao. HEX triplet: 31, 6A and 03. RGB value is (49,106,3). Sum of RGB (Red+Green+Blue) = 49+106+3=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #316A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316A03 is #CE95FC. Grayscale: #4D4D4D. Windows color (decimal): -13538813 or 223793. OLE color: 223793.
HSL color Cylindrical-coordinate representation of color #316A03: hue angle of 93.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #316A03 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 106 | 3 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.58 |
| HSL | 93.2º | 0.94% | 0.21% | - |
| HSV(B) | 93.2º | 0.97% | 0.42% | - |
| XYZ | 6.44 | 10.97 | 1.86 | - |
| YUV | 77.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 3 | 0.54 | 0 | 0.97 | 0.58 | 93.2 | 0.94 | 0.21 |
| Hex | 31 | 6A | 3 | 36 | 0 | 61 | 3A | 5D | 5E | 15 |
| Octal | 61 | 152 | 3 | 66 | 0 | 141 | 72 | 135 | 136 | 25 |
| Binary | 110001 | 1101010 | 11 | 110110 | 0 | 1100001 | 111010 | 1011101 | 1011110 | 10101 |
Color Harmonies of #316A03
Complementary color
Monochromatic Colors of #316A03
Black with #316A03
Text Example
Text Example
White with #316A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A03; }
p { color: rgb(49,106,3); }
H1.HeaderClassName
{
color: #316A03;
}
.AnyTagClassName
{
color: #316A03;
}
</style>
background-color css
<style>
a { background-color: #316A03; }
a { background-color: rgb(49,106,3); }
div.DivClassName
{
background-color: #316A03;
}
.BgClassName
{
background-color: #316A03;
}
</style>
border-color css
<style>
span { border-color: #316A03; }
span { border-color: rgb(49,106,3); }
td.TdClassName
{
border-color: #316A03;
}
.TagClassName
{
border-color: #316A03;
}
</style>