Shades of Bilbao #317C16
Tints of Bilbao #317C16
RGB
CMYK
RGB Variations
Color information
#317C16 (or 0x317C16) is known color: Bilbao. HEX triplet: 31, 7C and 16. RGB value is (49,124,22). Sum of RGB (Red+Green+Blue) = 49+124+22=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #317C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C16 is #CE83E9. Grayscale: #5A5A5A. Windows color (decimal): -13534186 or 1473585. OLE color: 1473585.
HSL color Cylindrical-coordinate representation of color #317C16: hue angle of 104.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #317C16 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 124 | 22 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.51 |
| HSL | 104.12º | 0.7% | 0.29% | - |
| HSV(B) | 104.12º | 0.82% | 0.49% | - |
| XYZ | 8.62 | 15.13 | 3.22 | - |
| YUV | 89.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 22 | 0.60 | 0 | 0.82 | 0.51 | 104.12 | 0.7 | 0.29 |
| Hex | 31 | 7C | 16 | 3C | 0 | 52 | 33 | 68 | 46 | 1D |
| Octal | 61 | 174 | 26 | 74 | 0 | 122 | 63 | 150 | 106 | 35 |
| Binary | 110001 | 1111100 | 10110 | 111100 | 0 | 1010010 | 110011 | 1101000 | 1000110 | 11101 |
Color Harmonies of #317C16
Complementary color
Monochromatic Colors of #317C16
Black with #317C16
Text Example
Text Example
White with #317C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317C16; }
p { color: rgb(49,124,22); }
H1.HeaderClassName
{
color: #317C16;
}
.AnyTagClassName
{
color: #317C16;
}
</style>
background-color css
<style>
a { background-color: #317C16; }
a { background-color: rgb(49,124,22); }
div.DivClassName
{
background-color: #317C16;
}
.BgClassName
{
background-color: #317C16;
}
</style>
border-color css
<style>
span { border-color: #317C16; }
span { border-color: rgb(49,124,22); }
td.TdClassName
{
border-color: #317C16;
}
.TagClassName
{
border-color: #317C16;
}
</style>