Shades of Bilbao #317C10
Tints of Bilbao #317C10
RGB
CMYK
RGB Variations
Color information
#317C10 (or 0x317C10) is known color: Bilbao. HEX triplet: 31, 7C and 10. RGB value is (49,124,16). Sum of RGB (Red+Green+Blue) = 49+124+16=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #317C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C10 is #CE83EF. Grayscale: #595959. Windows color (decimal): -13534192 or 1080369. OLE color: 1080369.
HSL color Cylindrical-coordinate representation of color #317C10: hue angle of 101.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #317C10 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 124 | 16 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.51 |
| HSL | 101.67º | 0.77% | 0.27% | - |
| HSV(B) | 101.67º | 0.87% | 0.49% | - |
| XYZ | 8.57 | 15.11 | 2.95 | - |
| YUV | 89.26 | 86.65 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 16 | 0.60 | 0 | 0.87 | 0.51 | 101.67 | 0.77 | 0.27 |
| Hex | 31 | 7C | 10 | 3C | 0 | 57 | 33 | 66 | 4D | 1B |
| Octal | 61 | 174 | 20 | 74 | 0 | 127 | 63 | 146 | 115 | 33 |
| Binary | 110001 | 1111100 | 10000 | 111100 | 0 | 1010111 | 110011 | 1100110 | 1001101 | 11011 |
Color Harmonies of #317C10
Complementary color
Monochromatic Colors of #317C10
Black with #317C10
Text Example
Text Example
White with #317C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317C10; }
p { color: rgb(49,124,16); }
H1.HeaderClassName
{
color: #317C10;
}
.AnyTagClassName
{
color: #317C10;
}
</style>
background-color css
<style>
a { background-color: #317C10; }
a { background-color: rgb(49,124,16); }
div.DivClassName
{
background-color: #317C10;
}
.BgClassName
{
background-color: #317C10;
}
</style>
border-color css
<style>
span { border-color: #317C10; }
span { border-color: rgb(49,124,16); }
td.TdClassName
{
border-color: #317C10;
}
.TagClassName
{
border-color: #317C10;
}
</style>