Shades of Bilbao #317C07
Tints of Bilbao #317C07
RGB
CMYK
RGB Variations
Color information
#317C07 (or 0x317C07) is known color: Bilbao. HEX triplet: 31, 7C and 07. RGB value is (49,124,7). Sum of RGB (Red+Green+Blue) = 49+124+7=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 124 (48.83% from 255 or 68.89% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 124 - color contains mainly: green. Hex color #317C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C07 is #CE83F8. Grayscale: #585858. Windows color (decimal): -13534201 or 490545. OLE color: 490545.
HSL color Cylindrical-coordinate representation of color #317C07: hue angle of 98.46º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #317C07 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 124 | 7 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.51 |
| HSL | 98.46º | 0.89% | 0.26% | - |
| HSV(B) | 98.46º | 0.94% | 0.49% | - |
| XYZ | 8.51 | 15.08 | 2.66 | - |
| YUV | 88.24 | 82.15 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 7 | 0.60 | 0 | 0.94 | 0.51 | 98.46 | 0.89 | 0.26 |
| Hex | 31 | 7C | 7 | 3C | 0 | 5E | 33 | 62 | 59 | 1A |
| Octal | 61 | 174 | 7 | 74 | 0 | 136 | 63 | 142 | 131 | 32 |
| Binary | 110001 | 1111100 | 111 | 111100 | 0 | 1011110 | 110011 | 1100010 | 1011001 | 11010 |
Color Harmonies of #317C07
Complementary color
Monochromatic Colors of #317C07
Black with #317C07
Text Example
Text Example
White with #317C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317C07; }
p { color: rgb(49,124,7); }
H1.HeaderClassName
{
color: #317C07;
}
.AnyTagClassName
{
color: #317C07;
}
</style>
background-color css
<style>
a { background-color: #317C07; }
a { background-color: rgb(49,124,7); }
div.DivClassName
{
background-color: #317C07;
}
.BgClassName
{
background-color: #317C07;
}
</style>
border-color css
<style>
span { border-color: #317C07; }
span { border-color: rgb(49,124,7); }
td.TdClassName
{
border-color: #317C07;
}
.TagClassName
{
border-color: #317C07;
}
</style>